Skip to content

Commit

Permalink
chore: update deps (#36)
Browse files Browse the repository at this point in the history
* chore: update deps

* ci: update to node 16

* ci: update ci tags

* chore: update to publish with branches

* chore: revert back to tags until provider updated
  • Loading branch information
YOU54F authored Oct 10, 2023
1 parent 1dc1088 commit d5fc8f0
Show file tree
Hide file tree
Showing 7 changed files with 9,311 additions and 6,472 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
# "pactflow-example-provider",
]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"
- name: Install for ${{ matrix.pact_provider }}
run: npm i
- name: Test for ${{ matrix.pact_provider }}
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: docker pull pactfoundation/pact-cli:latest
- name: Can I deploy?
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
needs: can-i-deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: docker pull pactfoundation/pact-cli:latest
- name: Deploy
run: GIT_BRANCH=${GIT_REF:11} make deploy
Expand Down
Loading

0 comments on commit d5fc8f0

Please sign in to comment.