Skip to content

Commit

Permalink
Update node
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Oct 2, 2023
1 parent 5500e9d commit 18f5fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
NODE_OPTIONS: "--openssl-legacy-provider"
run: |
nvm use lts/gallium
nvm use lts/hydrogen
npm install
npm run all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
NODE_OPTIONS: "--openssl-legacy-provider"
run: |
nvm use lts/gallium
nvm use lts/hydrogen
npm install
npm run all
Expand Down

0 comments on commit 18f5fa9

Please sign in to comment.