From e30e287ebc5c4f43396f2a3a8777a3f02f198979 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 24 May 2023 23:39:24 +0800 Subject: [PATCH] fix: enable provenance (#13336) --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a37bb1f6685ae..1d0fe59375c92f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,10 +23,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.2.4 - - name: Set node version to 16.x + - name: Set node version to 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x registry-url: https://registry.npmjs.org/ cache: "pnpm"