From e8f46c291d48ab65017e4e82a8ed1c926a061413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 08:01:38 +0000 Subject: [PATCH] Bump actions/setup-node from 3.3.0 to 3.4.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.3.0...v3.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/react-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-app.yml b/.github/workflows/react-app.yml index cf17e83..054d7fe 100644 --- a/.github/workflows/react-app.yml +++ b/.github/workflows/react-app.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3.0.2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.4.1 with: node-version: ${{ matrix.node-version }} - run: npm ci