Skip to content

Commit

Permalink
chore: upgrade node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jun 19, 2024
1 parent bf78a1c commit 66a9315
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 20
node-version: 22

- name: Install dependencies
run: npm ci
Expand All @@ -36,8 +36,8 @@ jobs:
test:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: ${{ matrix.node }}
Expand All @@ -54,7 +54,7 @@ jobs:
node:
- 18
- 20
- 21
- 22
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
"javascript"
],
"volta": {
"node": "21.5.0"
"node": "22.3.0"
}
}

0 comments on commit 66a9315

Please sign in to comment.