From 2ac354299aebc6c6f04d6383b31e7e2b83b52d53 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Thu, 16 Nov 2023 11:58:44 +0000 Subject: [PATCH] update action file --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73a86a6..75ee180 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,13 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" + + - name: Update npm + run: npm install -g npm@latest + + - name: Clear npm cache + run: npm cache clean -f - name: Build id: build