Skip to content

Commit

Permalink
ci: stop testing against NodeJS v14
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed May 13, 2023
1 parent b39d23d commit cfbd56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -14,9 +14,9 @@ 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 cfbd56e

Please sign in to comment.