Skip to content

Commit

Permalink
CI: Upgrade npm version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Aug 25, 2024
1 parent fa20424 commit 59827af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: 20.17
- name: Run CodeGenTestSuite
run: |
cd $GITHUB_WORKSPACE/deps/CodeGen/js
npm install
tsc
cd $GITHUB_WORKSPACE/build/Source/ui_js/Source/CodeGen
node --experimental-wasm-threads --experimental-wasm-simd $GITHUB_WORKSPACE/deps/CodeGen/js/out/index.js
node $GITHUB_WORKSPACE/deps/CodeGen/js/out/index.js
- name: Build Play Browser
run: |
cd js/play_browser
Expand Down

0 comments on commit 59827af

Please sign in to comment.