Skip to content

Commit

Permalink
ci: bump Node.js version for workflows (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 26, 2023
1 parent dd2606b commit 05f9cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
repository: electron/electron-quick-start
ref: refs/heads/main
path: electron-quick-start
- name: Use Node.js 14.x
- name: Setup Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # tag: v3.8.1
with:
node-version: 14.x
node-version: lts/*
- name: Replace electron with electron-nightly
run: |
cd electron-quick-start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # tag: v3.8.1
with:
node-version: 14.x
node-version: lts/*
- run: npm install --engine-strict --no-lockfile
- run: npm run docs:build
- uses: dsanders11/github-action-gh-pages@6837fa66857ff3234e3ea5bcf709c86767ae3ce1
Expand Down

0 comments on commit 05f9cb7

Please sign in to comment.