Skip to content

Commit

Permalink
ci: remove nodejs v18, add v20
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Dec 17, 2024
1 parent 88b764d commit 5b765d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node: ['lts/*', 'current', '18']
node: ['lts/*', 'current', '20']
os: [windows-2019]

steps:
Expand Down
Empty file modified .scripts/env.sh
100644 → 100755
Empty file.
Empty file modified .scripts/purge.sh
100644 → 100755
Empty file.

0 comments on commit 5b765d2

Please sign in to comment.