Skip to content

Commit

Permalink
ci: stop testing against NodeJS v14, v16 (#495)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for NodeJS v14, v16
  • Loading branch information
wolfy1339 committed Jun 3, 2023
1 parent 6ed6998 commit 09b0852
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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 09b0852

Please sign in to comment.