Skip to content

Commit 166b1ea

Browse files
committed
downgrade v16 (likely temporary)
1 parent 63ae650 commit 166b1ea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 14.x
17+
node-version: 16.x
1818
- name: Install dependencies
1919
run: npm install
2020
- name: Build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 14.x
30+
node-version: 16.x
3131
- name: Install dependencies
3232
run: npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist
3333
- name: Build

.github/workflows/generate-electron-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 14.x
21+
node-version: 16.x
2222
- name: Install dependencies
2323
run: |
2424
cd electron-bin

0 commit comments

Comments
 (0)