Skip to content

Commit a12d6e5

Browse files
fix: upgrade npm dependency to v8
BREAKING CHANGE: npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL Co-authored-by: Matt Travi <[email protected]>
1 parent 002439e commit a12d6e5

File tree

3 files changed

+19775
-975
lines changed

3 files changed

+19775
-975
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
matrix:
1515
node-version:
1616
- 14.17
17-
- 16
17+
- 16.0.0
18+
- 17
1819
os:
1920
- ubuntu-latest
2021
runs-on: "${{ matrix.os }}"
@@ -34,7 +35,7 @@ jobs:
3435
- uses: actions/checkout@v2
3536
- uses: actions/setup-node@v2
3637
with:
37-
node-version: 16
38+
node-version: 'lts/*'
3839
cache: npm
3940
- run: npm ci
4041
- name: Ensure dependencies are compatible with the version of node

0 commit comments

Comments
 (0)