Skip to content

Commit

Permalink
Temporarily exclude node 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Jan 24, 2022
1 parent 6b352c5 commit 2218f9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 17.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
if: ${{ runner.os == 'Windows' }}
allow-failure: true
- run: npm install
- run: npm test

0 comments on commit 2218f9f

Please sign in to comment.