Skip to content

Commit

Permalink
build: stop testing on node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jun 5, 2023
1 parent f21238b commit 1c482cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
Expand Down

0 comments on commit 1c482cd

Please sign in to comment.