Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Nov 4, 2024
1 parent 2685dcd commit 6b79c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-older-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ concurrency:
group: test-older-node-branch-node-${{ github.ref }}
cancel-in-progress: true

# TODO : delete this workflow on next major if we drop node 12, 14 and 16
# TODO : delete this workflow on next major if we drop node 12, 14, 16 and 18

jobs:
test-older-node:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16]
node: [14, 16, 18]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 'lts/*']
node: [20, 'lts/*']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 6b79c5b

Please sign in to comment.