Skip to content

Commit

Permalink
chore(ci): bump CI node version to check with 14.x and 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanshridhar committed Jun 23, 2022
1 parent bcf62b7 commit 67b88b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3.3.0
with:
node-version: 15.x
node-version: [14.x, 16.x]
cache: yarn
- name: Install
run: yarn --frozen-lockfile --network-timeout 100000 || yarn --frozen-lockfile --network-timeout 100000 || yarn --frozen-lockfile --network-timeout 100000
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3.3.0
with:
node-version: 12.x
node-version: [14.x, 16.x]
cache: yarn
- name: Set MacOS signing certs
if: matrix.os == 'macOS-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electron-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- uses: actions/setup-node@v3.3.0
with:
node-version: '12.x'
node-version: [14.x, 16.x]
cache: yarn
- run: yarn --network-timeout 100000
- name: Switch to release update branch
Expand Down

0 comments on commit 67b88b6

Please sign in to comment.