From 5366eb06e3b56325e2c6659e6a57c089d32abe7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:22:19 +0000 Subject: [PATCH] chore: bump actions/setup-node from 2.4.0 to 2.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.5.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/canary.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index c5862702..ac173ef3 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -18,7 +18,7 @@ jobs: ref: refs/heads/master path: electron-quick-start - name: Use Node.js 10.x - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.5.1 with: node-version: 10.x - name: Replace electron with electron-nightly diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8b3f1873..3a78a851 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Fetch all git branches run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - - uses: actions/setup-node@v2.4.0 + - uses: actions/setup-node@v2.5.1 with: node-version: 12.x - run: npm install --engine-strict --no-lockfile