Skip to content

Commit

Permalink
fix: upgrade npm dependency to v8
Browse files Browse the repository at this point in the history
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 <programmer@travi.org>
  • Loading branch information
AlexanderBabel and travi committed Jan 17, 2022
1 parent 002439e commit a12d6e5
Show file tree
Hide file tree
Showing 3 changed files with 19,775 additions and 975 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,7 +14,8 @@ jobs:
matrix:
node-version:
- 14.17
- 16
- 16.0.0
- 17
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
Expand All @@ -34,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 'lts/*'
cache: npm
- run: npm ci
- name: Ensure dependencies are compatible with the version of node
Expand Down

0 comments on commit a12d6e5

Please sign in to comment.