Skip to content

Commit

Permalink
Node v16 updates (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 authored Apr 23, 2023
1 parent 868ed42 commit 0cb1985
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-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python python-impl/impl-test.py
- name: Install emsdk
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v12

- name: Test javascript bindings
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 16

- name: Install emsdk
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v12

- name: Get the version
id: version_info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relic-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
python python-impl/impl-test.py
- name: Install emsdk
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v12

- name: Test javascript bindings
run: |
Expand Down

0 comments on commit 0cb1985

Please sign in to comment.