From c1129f4e8adc95be1366bb00ad5ced2d1e6d1a7b Mon Sep 17 00:00:00 2001 From: "yichen.wang" Date: Wed, 5 Jun 2024 11:28:30 +0800 Subject: [PATCH] Update release github action --- .github/workflows/Release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index c23cc09575..4d2fbf8972 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -43,7 +43,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: ${{ vars.NODE_VERSION }} - name: Install run: | npm install -g pnpm