bump default NodeJS version to 20 LTS (#2061)

This commit is contained in:
Bowen Liang 2024-01-18 19:12:40 +08:00 committed by GitHub
commit dc8a8af117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
cache-dependency-path: ./web/package.json