Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Feb 4, 2025
1 parent 3af67cf commit 18a43e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [pull_request, push]

jobs:
tests:
runs-on: ubuntu
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [ '20', '23' ]
node-version: [ '20' ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions files/NEXT_VERSION_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ _ Regarding using object as input with TypeScript in methods such as `R.map/filt

- Remove TypeScript tests for `R.pipe` and `R.compose`. From now on, `R.piped` is the recommended method for TypeScript chaining.
===
complete rambdax before release
===
Rambdax
change

Expand Down
File renamed without changes.

0 comments on commit 18a43e2

Please sign in to comment.