From 17f67ef597a3c67255c6bead87b9634ceb907c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:49:26 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 3.2.0 to 4.0.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.2.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... 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..1a6f88c 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@v4.0.1 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@v4.0.1 with: node-version: '16' - run: npm ci diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ac456c..228fd09 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@v4.0.1 with: node-version: '16'