From 666e81a4b65b535700eeacf51f2008cd78c5dc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:15:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(publish):=20=F0=9F=92=9A=20specify=20node?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/pnpm/pnpm/issues/6424 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56b6e31..a035afd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: latest + node-version: 19.9.0 registry-url: 'https://registry.npmjs.org' - name: Install pnpm