Skip to content

Commit

Permalink
Remove windows node 14 npm workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Jul 17, 2023
1 parent 1866bc9 commit 5aa487b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
cache: "npm"
- name: Install latest npm with workaround for windows and node 14
# Fix for windows bug when installing npm 9 with node 14
# https://github.com/actions/setup-node/issues/623#issuecomment-1313381044
if: matrix.node_version == 14 && matrix.os == 'windows-latest'
run: npm i -g npm@8 && npm i -g npm@latest
- name: Install latest npm
if: matrix.node_version != 14 || matrix.os != 'windows-latest'
run: npm i -g npm@latest
- name: Clean install dependencies
run: npm ci
Expand Down

0 comments on commit 5aa487b

Please sign in to comment.