From 2b362bc91c7e441981a5a3f1219e47cee6a1aec5 Mon Sep 17 00:00:00 2001 From: Orlando Date: Tue, 26 Mar 2024 22:33:57 +0000 Subject: [PATCH] v4 --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 416eb8a..2b3e50d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout code repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: setup node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 'latest' + node-version: 20 - name: install pnpm run: npm i pnpm@latest -g - name: Setup npmrc