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