⬆️ bump node version to 18 (#2344)

This commit is contained in:
StarHeart 2023-09-05 10:49:09 +08:00 committed by GitHub
parent 1bdf169980
commit 6adf40f45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT