From 1886b506ee6a0a3ca0d658dbd7e54d6e31e6e9af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:41:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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 f5c94332..b43c1d59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 # Setup .npmrc file to publish to npm - name: Use Node.js ${{ matrix.node-version }} 🖥️ - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '16.x' registry-url: 'https://registry.npmjs.org'