Skip to content

Commit f09c821

Browse files
authoredJul 16, 2021
Update node.js.yml
1 parent 2c2ad02 commit f09c821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/node.js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
21-
os: [ubuntu-latest, macOS-latest, macOS-11, windows-latest]
20+
node-version: [10.x, 12.x, 14.x, 16.x]
21+
os: [ubuntu-latest, macOS-latest, windows-latest]
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
30-
- run: npx npm@7 ci --no-optional
30+
- run: npx npm@7 ci
3131
- run: npm test

0 commit comments

Comments
 (0)
Please sign in to comment.