From a4e4e5581c89f658e9605c6851e540388bbe4960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E4=BA=91=E8=8B=8D=E7=8B=97?= Date: Thu, 29 Aug 2024 14:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20switch=20node=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-cli.yml | 2 +- .github/workflows/publish-theme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 4d0ef83..f3332a3 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: "https://registry.npmjs.org" cache: yarn - run: yarn install --frozen-lockfile diff --git a/.github/workflows/publish-theme.yml b/.github/workflows/publish-theme.yml index ff52c1a..8e4ac79 100644 --- a/.github/workflows/publish-theme.yml +++ b/.github/workflows/publish-theme.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: 'https://registry.npmjs.org' cache: yarn - run: yarn install --frozen-lockfile