Upgrade node-version to v20.

This commit is contained in:
Jongwoo Han 2024-01-31 14:35:58 +09:00 committed by GitHub
parent a1b47fdf04
commit a0f131ece5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,10 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm
- name: Install dependencies