fix(engines): fixed defined node version to account for the higher requirement from the npm plugin (#2088)

This commit is contained in:
Matt Travi
2021-08-25 12:01:16 -07:00
committed by GitHub
parent 5edff69580
commit ea52e1775a
12 changed files with 42 additions and 73 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version:
- 10.18.0
- 10.19.0
- 12
- 14
@@ -32,8 +32,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Ensure dependencies are compatible with the version of node
run: echo 'engine-strict=true' >> .npmrc
- run: npm ci
- run: npm run test:ci
@@ -48,4 +46,6 @@ jobs:
with:
cache: npm
- run: npm ci
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines@0.4
- run: npm run lint