Skip to content

Commit

Permalink
build: use [email protected] for Node.js < 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 14, 2022
1 parent f5b5b31 commit b8e8224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:

- name: Node.js 8.x
node-version: "8.17"
npm-i: [email protected]
npm-i: [email protected] [email protected]

- name: Node.js 9.x
node-version: "9.11"
npm-i: [email protected]
npm-i: [email protected] [email protected]

- name: Node.js 10.x
node-version: "10.24"
Expand Down

0 comments on commit b8e8224

Please sign in to comment.