Skip to content

Commit

Permalink
Revert "ci: downgrade npm to 8.3 as workaround (#376)"
Browse files Browse the repository at this point in the history
This reverts commit b603251.
  • Loading branch information
ntwb authored and ota-meshi committed Oct 31, 2023
1 parent c82b1dd commit 80e651a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:
${{ runner.os }}-node-
- name: Install latest npm
run: npm install --global [email protected]
# TODO: [email protected] is broken on Windows. See https://github.com/npm/cli/issues/4341
# run: npm install --global npm@latest
run: npm install --global npm@latest

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 80e651a

Please sign in to comment.