Skip to content

Commit

Permalink
feat: update CI Node.js version to 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Apr 10, 2024
1 parent 99ec8b8 commit 4aa74ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^14, ^16, ^18]
node-version: [^18, ^20]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4aa74ab

Please sign in to comment.