💚 提高 node 版本到 20 (#506)

This commit is contained in:
Azide 2024-03-20 23:15:28 +08:00 committed by GitHub
parent d36d904568
commit c915b36499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ runs:
steps:
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20"
- id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"