Skip to content

Commit

Permalink
Add Node.js 20 in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Dec 26, 2023
1 parent 1e9e083 commit 31e1226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14, 16, 18]
version: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v4
- run: touch package-lock.json
Expand Down

0 comments on commit 31e1226

Please sign in to comment.