We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e6f4b commit fc4fcd8Copy full SHA for fc4fcd8
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
21
with:
22
- node-version: '18'
+ node-version: '22'
23
- name: Install
24
run: npm i
25
- name: Run tests
@@ -43,7 +43,7 @@ jobs:
43
repository: pactflow/example-provider
44
45
46
47
48
49
- name: Verify
0 commit comments