Skip to content

Commit b304317

Browse files
chore(deps): update dependency node to v24
Ref: PACT-445
1 parent 0880faa commit b304317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2222
with:
23-
node-version: '22'
23+
node-version: '24'
2424
- name: Install
2525
run: npm i
2626
- name: Test

.github/workflows/contract_requiring_verification_published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{env.GIT_COMMIT}}
3737
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3838
with:
39-
node-version: '22'
39+
node-version: '24'
4040
- run: docker pull pactfoundation/pact-cli:latest
4141
- name: Install
4242
run: npm i

0 commit comments

Comments
 (0)