Skip to content

Commit

Permalink
use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Feb 19, 2024
1 parent e577c11 commit 8373d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
path: /opt/hostedtoolcache/emscripten/latest/x64/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto
key: libsv-${{ steps.em-version.outputs.DETAILS }}
# restore-keys intentionally omitted
- uses: actions/setup-node@v4
with:
node-version: 18.18.x
- name: Run build script
shell: bash
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: numworks/setup-emscripten@bbc4f5e15974bc13e69fdadecfd1858ecb1c4dbb
- uses: actions/setup-node@v4
with:
node-version: 18.18.x
- name: Run build script
shell: bash
run: |
Expand Down

0 comments on commit 8373d3c

Please sign in to comment.