Skip to content

Commit

Permalink
CI: Install and use specific node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Apr 12, 2023
1 parent 35c8fe7 commit 6074077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
./emsdk activate 3.1.35
./emsdk install node-14.18.2-64bit
./emsdk activate node-14.18.2-64bit
- name: Show Emscripten and Node Info
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 6074077

Please sign in to comment.