From 27ba5580e2954446b0b3e6ef61c7d4d7bddb3e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 19:10:00 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from v1 to v2.1.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...321b6ccb03083caa2ad22b27dc4b45335212e824) Signed-off-by: dependabot[bot] --- .github/workflows/neocities.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index ec5e35a..7453b1d 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@v1 + uses: actions/setup-node@v2.1.1 with: node-version: 12 - name: Install deps and build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce11cfe..cd82371 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.1 with: node-version: ${{ matrix.node }} - name: npm install && npm test