Skip to content

Commit

Permalink
ci: use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Oct 8, 2024
1 parent 8abcab0 commit 880cb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 880cb60

Please sign in to comment.