Skip to content

Commit

Permalink
Merge pull request #514 from alexarchambault/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
alexarchambault committed Oct 2, 2023
2 parents d103946 + 18f5fa9 commit 714e6a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
Expand All @@ -16,8 +17,10 @@ jobs:

- name: Build
shell: bash -l {0}
env:
NODE_OPTIONS: "--openssl-legacy-provider"
run: |
nvm use lts/gallium
nvm use lts/hydrogen
npm install
npm run all
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:

- name: Build
shell: bash -l {0}
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 714e6a2

Please sign in to comment.