Skip to content

Commit

Permalink
Merge pull request #5 from pact-foundation/deps/pact-js-12.1.0
Browse files Browse the repository at this point in the history
chore(deps): update to pact-js 12.1.0
  • Loading branch information
YOU54F authored Aug 7, 2023
2 parents 9f95266 + f7533d3 commit 73eef3d
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 1,859 deletions.
19 changes: 0 additions & 19 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,6 @@ BUILD_TEST_TASK_TEMPLATE: &BUILD_TEST_TASK_TEMPLATE
arch_check_script: uname -am
test_script: chmod +x ./scripts/ci/test.sh && ./scripts/ci/test.sh

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

linux_amd64_task:
skip: "!changesInclude('.github/**')"
env:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,4 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# - run: | # https://github.com/nodejs/node-gyp/blob/main/docs/Updating-npm-bundled-node-gyp.md
# npm -v
# npm explore npm/node_modules/@npmcli/run-script -g -- npm_config_global=false npm install node-gyp@latest
# if: matrix.node-version == '15' && runner.os == 'MacOS'
# - run: |
# npm -v
# where node
# cd "C:\\Program Files\nodejs\\"
# npm install node-gyp@latest
- run: ./scripts/ci/test.sh
Loading

0 comments on commit 73eef3d

Please sign in to comment.