Skip to content

Commit

Permalink
update to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
phfaist committed Dec 19, 2024
1 parent 69c0393 commit 0fc74e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-node@v3
with:
#cache: 'yarn'
node-version: '20'
node-version: '22'

- name: 'Enable Yarn (corepack enable)'
run: 'corepack enable'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devsite-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/setup-node@v3
with:
#cache: 'yarn'
node-version: '20'
node-version: '22'

- name: 'Enable Yarn (corepack enable)'
run: 'corepack enable'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick-test-compile-zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v3
with:
#cache: 'yarn'
node-version: '20'
node-version: '22'

- name: Corepack enable
run: 'corepack enable'
Expand Down

0 comments on commit 0fc74e9

Please sign in to comment.