Skip to content

Commit

Permalink
Merge pull request #55 from pactflow/deps/node_20
Browse files Browse the repository at this point in the history
chore(deps): npm deps majors
  • Loading branch information
YOU54F authored Oct 10, 2024
2 parents a854d1e + 9ea991c commit 9c10a50
Show file tree
Hide file tree
Showing 3 changed files with 5,974 additions and 9,111 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- name: Install
run: npm i
- name: Test
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: docker pull pactfoundation/pact-cli:latest
- name: Can I deploy?
run: GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: can-i-deploy
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: docker pull pactfoundation/pact-cli:latest
- name: Deploy
run: GIT_BRANCH=${GITHUB_REF:11} make deploy
Expand Down
Loading

0 comments on commit 9c10a50

Please sign in to comment.