Skip to content

Commit

Permalink
fix: upgrade node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
yibn2008 committed Dec 28, 2024
1 parent 65575f2 commit 81054ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [10, 12, 14, 16, 18]
node: [16, 18, 20]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 81054ad

Please sign in to comment.