Skip to content

Commit

Permalink
Bump node from 20 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jan 15, 2025
1 parent 9a107ff commit 33ff30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run lint
Expand Down

0 comments on commit 33ff30b

Please sign in to comment.