Skip to content

Commit

Permalink
chore: Update node-version in CI workflow to use only Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
elersong committed Jul 9, 2024
1 parent 9e1f09a commit 033ad13
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 @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: ['14', '16', '18', '20']
node-version: ['20']

steps:
- name: Checkout code
Expand Down

0 comments on commit 033ad13

Please sign in to comment.