Skip to content

Commit

Permalink
ci: stop testing on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 14, 2024
1 parent cfa45e4 commit 0f96725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
node:
- 16
- 18
- 20
- 22
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 0f96725

Please sign in to comment.