Skip to content

Commit

Permalink
chore: Node v22 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Nov 20, 2024
1 parent a8f8233 commit bd28f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 22
registry-url: 'https://registry.npmjs.org'

- name: Deploy to Juno
Expand Down
2 changes: 1 addition & 1 deletion src/templates/github-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 22
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
Expand Down

0 comments on commit bd28f4e

Please sign in to comment.