Navigation Menu

Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed Jul 16, 2021
1 parent 2c2ad02 commit f09c821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, macOS-latest, macOS-11, windows-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,5 +27,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npx npm@7 ci --no-optional
- run: npx npm@7 ci
- run: npm test

0 comments on commit f09c821

Please sign in to comment.