update node to 20.4.0

This commit is contained in:
syuilo
2023-07-07 13:58:43 +09:00
parent aef7b0238b
commit f76b3edbdd
10 changed files with 13 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v3.3.0