Skip to content

Commit b3542aa

Browse files
authored
npm audit fix (#70)
* npm audit fix * v1.0.14 * change test node version * update npm * add node@18 * v1.1.0
1 parent 7bcbeac commit b3542aa

5 files changed

Lines changed: 4743 additions & 5637 deletions

File tree

.github/workflows/npmtest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [8.x, 10.x, 12.x, 14.x]
12+
node-version: [14.x, 16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1
@@ -19,9 +19,11 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22+
npm install -g npm
2223
npm ci
2324
npm run ci-sub-modules --if-present
2425
npm run build --if-present
2526
npm test
2627
env:
2728
CI: true
29+

0 commit comments

Comments
 (0)