Skip to content

Commit

Permalink
node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Apr 25, 2024
1 parent 1f965ce commit 2766478
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: npm ci
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -15,20 +15,20 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
# Test node 14/16/18/20 on ubuntu
# Test node 14/16/18/20/22 on ubuntu
# Test node 20 on macos/windows
# Enable annotations only for node 20 + ubuntu
matrix:
os: [ubuntu-latest]
node: [16, 18, 20]
node: [16, 18, 20, 22]
include:
- os: macos-latest
node: 20
node: 22
- os: windows-latest
node: 20
node: 22
- os: ubuntu-latest
is_base_os_version: true
- node: 20
- node: 22
is_base_node_version: true
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v20.11.1
v22.0.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,6 +56,6 @@
"knip": "knip"
},
"volta": {
"node": "20.11.1"
"node": "22.0.0"
}
}

0 comments on commit 2766478

Please sign in to comment.