Skip to content

Commit

Permalink
Use node 14
Browse files Browse the repository at this point in the history
Package in new node-gyp version uses optional chaining
  • Loading branch information
ianhattendorf committed Dec 8, 2023
1 parent ba40f1c commit 7c9f895
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rebuildElectron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

- uses: actions/checkout@v2

- name: Use Node.js 12.x
- name: Use Node.js 14
uses: implausible/setup-node@feature/expose-architecture-override
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
node-version: 12
node-version: 14
node-arch: ${{ matrix.arch }}

# We're running in docker without other users
Expand Down Expand Up @@ -93,12 +93,12 @@ jobs:

- uses: actions/checkout@v2

- name: Use Node.js 12.x
- name: Use Node.js 14
uses: implausible/setup-node@feature/expose-architecture-override
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
node-version: 12
node-version: 14
node-arch: ${{ matrix.arch }}

- run: npm install
Expand Down Expand Up @@ -157,12 +157,12 @@ jobs:

- uses: actions/checkout@v2

- name: Use Node.js 12.x
- name: Use Node.js 14
uses: implausible/setup-node@feature/expose-architecture-override
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
node-version: 12
node-version: 14
node-arch: ${{ matrix.arch }}

- run: npm install
Expand Down

0 comments on commit 7c9f895

Please sign in to comment.