Skip to content

Commit

Permalink
ci: remove NodeJS 14+16 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Nov 17, 2023
1 parent 460fda4 commit 7ca2fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
- 20
- 21
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 7ca2fe4

Please sign in to comment.