Skip to content

Commit fc4fcd8

Browse files
chore(deps): update dependency node to v22
1 parent f3e6f4b commit fc4fcd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2121
with:
22-
node-version: '18'
22+
node-version: '22'
2323
- name: Install
2424
run: npm i
2525
- name: Run tests
@@ -43,7 +43,7 @@ jobs:
4343
repository: pactflow/example-provider
4444
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
4545
with:
46-
node-version: '18'
46+
node-version: '22'
4747
- name: Install
4848
run: npm i
4949
- name: Verify

0 commit comments

Comments
 (0)