diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index e07ae88e..c7cd0272 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -18,7 +18,7 @@ jobs: ref: refs/heads/main path: electron-quick-start - name: Use Node.js 14.x - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag: v3.7.0 + uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # tag: v3.8.0 with: node-version: 14.x - name: Replace electron with electron-nightly diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0e51aeab..08d5e340 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag: v3.5.3 - name: Fetch all git branches run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag: v3.7.0 + - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # tag: v3.8.0 with: node-version: 14.x - run: npm install --engine-strict --no-lockfile