Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Mar 23, 2022
1 parent 0e0c126 commit 018616a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Use npm v8
run: npm install -g npm@8
# https://github.com/npm/cli/issues/4552
run: npm -g i npm@~8.3
- name: install build-essential
run: sudo apt-get install -y build-essential
- name: npm install workspace
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Use npm v8
run: npm install -g npm@8
# https://github.com/npm/cli/issues/4552
run: npm -g i npm@~8.3
- name: npm install workspace
run: npm install
- name: run tests
Expand Down

0 comments on commit 018616a

Please sign in to comment.