Skip to content

Commit 77bcc0e

Browse files
ljharbdougwilson
authored andcommitted
1 parent eac5f22 commit 77bcc0e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
nvm use ${{ matrix.node-version }}
120120
sed -i '1s;^.*$;'"$(printf '#!%q' "$(nvm which npm)")"';' "$(readlink -f "$(which npm)")"
121121
npm config set strict-ssl false
122+
npm install -g --prefix "$(which node)/../.." [email protected]
123+
sed -i '1s;^.*$;'"$(printf '#!%q' "$(nvm which npm)")"';' "$(readlink -f "$(which npm)")"
122124
fi
123125
dirname "$(nvm which ${{ matrix.node-version }})" >> "$GITHUB_PATH"
124126

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ unreleased
1212
1313
1414
15+
1516
1617
1718

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"http-errors": "2.0.0",
1818
"iconv-lite": "0.4.24",
1919
"on-finished": "2.4.1",
20-
"qs": "6.9.7",
20+
"qs": "6.10.3",
2121
"raw-body": "2.5.1",
2222
"type-is": "~1.6.18",
2323
"unpipe": "1.0.0"
@@ -43,7 +43,8 @@
4343
"index.js"
4444
],
4545
"engines": {
46-
"node": ">= 0.8"
46+
"node": ">= 0.8",
47+
"npm": "1.2.8000 || >= 1.4.16"
4748
},
4849
"scripts": {
4950
"lint": "eslint .",

0 commit comments

Comments
 (0)