Skip to content

Commit

Permalink
Merge pull request #781 from kitsuyui/update-node-version
Browse files Browse the repository at this point in the history
Update Node version to 20.x
  • Loading branch information
kitsuyui authored Oct 31, 2023
2 parents 7b90b34 + e8d1b91 commit 5b9d479
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v4
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b9d479

Please sign in to comment.