Skip to content

Commit b499dd7

Browse files
committed
NodeGit requires Node 16 now
1 parent d4db2e1 commit b499dd7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rebuildElectron.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
- uses: actions/checkout@v2
2626

27-
- name: Use Node.js 14
27+
- name: Use Node.js 16
2828
uses: implausible/setup-node@feature/expose-architecture-override
2929
env:
3030
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
3131
with:
32-
node-version: 14
32+
node-version: 16
3333
node-arch: ${{ matrix.arch }}
3434

3535
# We're running in docker without other users
@@ -93,12 +93,12 @@ jobs:
9393

9494
- uses: actions/checkout@v2
9595

96-
- name: Use Node.js 14
96+
- name: Use Node.js 16
9797
uses: implausible/setup-node@feature/expose-architecture-override
9898
env:
9999
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
100100
with:
101-
node-version: 14
101+
node-version: 16
102102
node-arch: ${{ matrix.arch }}
103103

104104
- name: Use Python 3.11 # node-gyp < 10 breaks with 3.12
@@ -162,12 +162,12 @@ jobs:
162162

163163
- uses: actions/checkout@v2
164164

165-
- name: Use Node.js 14
165+
- name: Use Node.js 16
166166
uses: implausible/setup-node@feature/expose-architecture-override
167167
env:
168168
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
169169
with:
170-
node-version: 14
170+
node-version: 16
171171
node-arch: ${{ matrix.arch }}
172172

173173
- name: Use Python 3.11 # node-gyp < 10 breaks with 3.12

0 commit comments

Comments
 (0)