Skip to content

Commit

Permalink
ci: use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed May 13, 2024
1 parent a59b266 commit 3f76d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 20
node-version: 22

- name: Install dependencies
run: npm ci
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
node:
- 18
- 20
- 21
- 22
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 3f76d76

Please sign in to comment.