Skip to content

Commit

Permalink
NodeGit requires Node 16 now
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhattendorf committed Feb 5, 2024
1 parent d4db2e1 commit b499dd7
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 14
- name: Use Node.js 16
uses: implausible/setup-node@feature/expose-architecture-override
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
node-version: 14
node-version: 16
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 14
- name: Use Node.js 16
uses: implausible/setup-node@feature/expose-architecture-override
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
node-version: 14
node-version: 16
node-arch: ${{ matrix.arch }}

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

- uses: actions/checkout@v2

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

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

0 comments on commit b499dd7

Please sign in to comment.