From 6c57042202773ee26a134104e1d4bb261ebaf1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:04:50 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 3.2.0 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.2.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/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d4729..434c37c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@v2 - - uses: actions/setup-node@v3.2.0 + - uses: actions/setup-node@v3.6.0 with: node-version: '16' - run: npm ci @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@v2 - - uses: actions/setup-node@v3.2.0 + - uses: actions/setup-node@v3.6.0 with: node-version: '16' - run: npm ci diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ac456c..3fbaab6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Use Node.js 16 - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v3.6.0 with: node-version: '16'