From f501d786574e45ad56fb25181afdf57981e207af Mon Sep 17 00:00:00 2001 From: Dongsheng Zhao Date: Fri, 22 Nov 2024 22:14:02 +0800 Subject: [PATCH] chore: update ci config --- .github/workflows/publish-npm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index ed8257a..624ef26 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -16,11 +16,11 @@ jobs: - name: Setup Node 21 uses: actions/setup-node@v3 with: - node-version: "21" + node-version: 21.7.3 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: - version: 8.15.6 + version: 9.6.0 - name: Install Dependencies run: pnpm i - name: Create release and publish to npm