Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Jul 2, 2024
1 parent 3e67968 commit 9cbc406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

# ************** REMOVE AFTER RELEASE ********************
- name: Build Node.js SDK
run: npm install --global yarn; yarn && yarn build
run: nvm use 16; npm install --global yarn; yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

Expand Down

0 comments on commit 9cbc406

Please sign in to comment.