-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #588 from pshenmic/feat/fix-ci-builds
fix: update node-addon-api, node-gyp, and node
- Loading branch information
Showing
4 changed files
with
251 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- ubuntu-20.04 | ||
- windows-2022 | ||
node_version: | ||
- 18 | ||
- 20 | ||
node_arch: | ||
- x64 | ||
cpp_arch: | ||
|
@@ -33,38 +33,38 @@ jobs: | |
|
||
include: | ||
- os: windows-2022 | ||
node_version: 18 | ||
node_version: 20 | ||
node_arch: x86 | ||
ARCH: x86 | ||
cpp_arch: amd64_x86 | ||
zmq_draft: false | ||
|
||
# - os: windows-2022 | ||
# node_version: 18 | ||
# node_version: 20 | ||
# node_arch: x64 | ||
# ARCH: arm64 | ||
# cpp_arch: amd64_arm64 | ||
# zmq_draft: false | ||
|
||
- os: macos-11 | ||
node_version: 18 | ||
- os: macos-13 | ||
node_version: 20 | ||
node_arch: x64 | ||
ARCH: x86_64 | ||
cpp_arch: x64 | ||
zmq_draft: false | ||
|
||
- os: macos-11 | ||
node_version: 18 | ||
- os: macos-13 | ||
node_version: 20 | ||
node_arch: x64 | ||
ARCH: arm64 | ||
cpp_arch: amd64_arm64 | ||
zmq_draft: false | ||
|
||
# Alpine | ||
- os: ubuntu-22.04 | ||
docker: node:18-alpine | ||
docker: node:20-alpine | ||
docker_cmd: apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake musl-dev && npm i -g pnpm && pnpm install && pnpm run prebuild | ||
node_version: 18 | ||
node_version: 20 | ||
node_arch: x64 | ||
ARCH: x64 | ||
cpp_arch: x64 | ||
|
@@ -99,15 +99,14 @@ jobs: | |
- uses: pnpm/[email protected] | ||
if: ${{ !matrix.docker }} | ||
with: | ||
version: 7 | ||
version: 8 | ||
|
||
- name: Install Node | ||
if: ${{ !matrix.docker }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node_version }} | ||
architecture: ${{ matrix.node_arch }} | ||
cache: "pnpm" | ||
|
||
- name: Install Mac-OS x86_64 Dependencies | ||
if: ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'x86_64' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ test/typings-compatibility/ | |
tsconfig.tsbuildinfo | ||
/docs-raw | ||
.DS_Store | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.