From 71ecefe8e8c10fb111ed48b916df7d673ccf7874 Mon Sep 17 00:00:00 2001 From: zhanglun Date: Sun, 29 Oct 2023 19:06:42 +0800 Subject: [PATCH] chore: set node v18 in github action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8683727a..25018fd8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: - name: Sync node version and setup cache uses: actions/setup-node@v3 with: - node-version: 'lts/*' + node-version: '18' cache: 'pnpm' - name: Install app dependencies and build web