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
parent 6c28e1e69a
commit dc8a8af117
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