Skip to content

Commit

Permalink
Update workflows to node 22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Nov 23, 2024
1 parent 89b59e0 commit 9262cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# restore-keys intentionally omitted
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: Run build script
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: npm lint
shell: bash
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: numworks/setup-emscripten@bbc4f5e15974bc13e69fdadecfd1858ecb1c4dbb
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: Run build script
shell: bash
run: |
Expand Down

0 comments on commit 9262cee

Please sign in to comment.