Skip to content

Commit

Permalink
ci: stop testing against NodeJS v14, v16
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed May 14, 2023
1 parent 87f9c30 commit 4778000
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,9 +14,8 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down

0 comments on commit 4778000

Please sign in to comment.