From 71593d9f4698ce564482b86cc2fa7f69626e8b8a Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Mon, 22 Nov 2021 20:49:26 +0800 Subject: [PATCH] chore: update ci node version --- .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 2aa4dcef..ba1ca130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/setup-node@v1 with: # alias support: https://github.com/actions/setup-node/issues/26 - node-version: '12' + node-version: '14' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"