From 8849c5801d33b884195c8beec8b57035d1b09dd6 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 4 Mar 2024 09:14:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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 ab49233..5a6aa2b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: run: echo ::set-output name=nodeVersion::$(node -p "require('./package.json').engines.node") id: engines - name: 'Setup Node' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ steps.engines.outputs.nodeVersion }} registry-url: 'https://registry.npmjs.org'