Skip to content

Commit

Permalink
ci: update to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 10, 2023
1 parent 723138d commit 5e0ceca
Showing 1 changed file with 5 additions and 5 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@v3
- uses: actions/setup-node@v4
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@v3
- 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@v3
- run: docker pull pactfoundation/pact-cli:latest
- name: Deploy
run: GIT_BRANCH=${GIT_REF:11} make deploy
Expand Down

0 comments on commit 5e0ceca

Please sign in to comment.