Skip to content

Commit 7c9f895

Browse files
committed
Use node 14
Package in new node-gyp version uses optional chaining
1 parent ba40f1c commit 7c9f895

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 12.x
27+
- name: Use Node.js 14
2828
uses: implausible/setup-node@feature/expose-architecture-override
2929
env:
3030
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
3131
with:
32-
node-version: 12
32+
node-version: 14
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 12.x
96+
- name: Use Node.js 14
9797
uses: implausible/setup-node@feature/expose-architecture-override
9898
env:
9999
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
100100
with:
101-
node-version: 12
101+
node-version: 14
102102
node-arch: ${{ matrix.arch }}
103103

104104
- run: npm install
@@ -157,12 +157,12 @@ jobs:
157157

158158
- uses: actions/checkout@v2
159159

160-
- name: Use Node.js 12.x
160+
- name: Use Node.js 14
161161
uses: implausible/setup-node@feature/expose-architecture-override
162162
env:
163163
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
164164
with:
165-
node-version: 12
165+
node-version: 14
166166
node-arch: ${{ matrix.arch }}
167167

168168
- run: npm install

0 commit comments

Comments
 (0)