From c18b31b7dd2c44b799f350e38dc03fc63ae8334d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 07:32:12 +0000 Subject: [PATCH] chore: bump actions/setup-node from 2.4.0 to 3.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 3.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... 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..30e3d977 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@v3.3.0 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..6e171952 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@v3.3.0 with: node-version: 12.x - run: npm install --engine-strict --no-lockfile