Skip to content

Commit

Permalink
Skip tests on old Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 16, 2022
1 parent 03ae5f4 commit 6e3344c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 14, 12, 10, 8, 6]
node-version: [16, 14, 12]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 6e3344c

Please sign in to comment.