Skip to content

Commit 73eef3d

Browse files
authored
Merge pull request #5 from pact-foundation/deps/pact-js-12.1.0
chore(deps): update to pact-js 12.1.0
2 parents 9f95266 + f7533d3 commit 73eef3d

File tree

5 files changed

+267
-1859
lines changed

5 files changed

+267
-1859
lines changed

.cirrus.yml

-19
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,6 @@ BUILD_TEST_TASK_TEMPLATE: &BUILD_TEST_TASK_TEMPLATE
22
arch_check_script: uname -am
33
test_script: chmod +x ./scripts/ci/test.sh && ./scripts/ci/test.sh
44

5-
# These are probably expected to fail in the post install script
6-
# as we are packing v2.0.0 of pact-ruby-standalone that supports
7-
# arm64 linux
8-
# linux_arm64_task:
9-
# skip: "!changesInclude('.github/**')"
10-
# env:
11-
# matrix:
12-
# - IMAGE: node:15-slim
13-
# - IMAGE: node:16-slim
14-
# - IMAGE: node:17-slim
15-
# - IMAGE: node:18-slim
16-
# - IMAGE: node:19-slim
17-
# - IMAGE: node:20-slim
18-
# arm_container:
19-
# image: $IMAGE
20-
# install_script:
21-
# - apt update --yes && apt install --yes curl python3 make build-essential g++ jq
22-
# << : *BUILD_TEST_TASK_TEMPLATE
23-
245
linux_amd64_task:
256
skip: "!changesInclude('.github/**')"
267
env:

.github/workflows/node.js.yml

-9
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,4 @@ jobs:
3333
uses: actions/setup-node@v3
3434
with:
3535
node-version: ${{ matrix.node-version }}
36-
# - run: | # https://github.com/nodejs/node-gyp/blob/main/docs/Updating-npm-bundled-node-gyp.md
37-
# npm -v
38-
# npm explore npm/node_modules/@npmcli/run-script -g -- npm_config_global=false npm install node-gyp@latest
39-
# if: matrix.node-version == '15' && runner.os == 'MacOS'
40-
# - run: |
41-
# npm -v
42-
# where node
43-
# cd "C:\\Program Files\nodejs\\"
44-
# npm install node-gyp@latest
4536
- run: ./scripts/ci/test.sh

0 commit comments

Comments
 (0)