From 5bdb1133e9ac1e7fd517ef393caea59b2c63e9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 03:04:16 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#53) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/neocities.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index f7e0eb9..972db77 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -15,7 +15,7 @@ jobs: # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site - name: Use Node.js - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.4.1 with: node-version: 15 - run: npm i diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12e7d73..c0f647d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: # fetch full history so things like auto-changelog work properly fetch-depth: 0 - - uses: actions/setup-node@v2.4.0 + - uses: actions/setup-node@v2.4.1 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/test.yml b/.github/workflows/test.yml index fd5e886..d374cba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.4.1 with: node-version: ${{ matrix.node }} - run: npm i