From 4943dde20dbf7f0476cc7984fc9d9e9891407250 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 24 Feb 2024 18:21:40 +0800 Subject: [PATCH] chore: update github action script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 497c00f..f4b1b1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '20.x' registry-url: 'https://registry.npmjs.org'