Skip to content

Commit

Permalink
Fix the CI to actually use node lts/gallium (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Oct 17, 2023
1 parent 736fd97 commit d4448cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
nvm install lts/gallium
nvm use lts/gallium
npm install
npm run all
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
nvm install lts/gallium
nvm use lts/gallium
npm install
npm run all
Expand Down

0 comments on commit d4448cf

Please sign in to comment.