From 451778d51dc14ed9cdbb90c517807f70d68b8d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 04:01:16 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.3.0 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.3.0...v3.6.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de6a0d8..16855cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # fetch full history so things like auto-changelog work properly fetch-depth: 0 - name: Use Node.js ${{ env.node_version }} - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.6.0 with: node-version: ${{ env.node_version }} # setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 39efb9d..153ba94 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.6.0 with: node-version: ${{ matrix.node }} - run: npm i