Skip to content

Commit 80c3f11

Browse files
committed
chore: bump node version to 22 to match puya-ts
1 parent e507637 commit 80c3f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pipx install algokit --python 3.12.6
2222
algokit localnet reset --update
2323
pipx install puyapy --python 3.12.6
24-
node-version: 20.x
24+
node-version: 22.x
2525
run-build: true
2626
run-commit-lint: true
2727
audit-script: npm run audit

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pipx install algokit
2525
algokit localnet reset --update
2626
pipx install puyapy
27-
node-version: 20.x
27+
node-version: 22.x
2828
run-build: true
2929
run-commit-lint: true
3030
audit-script: npm run audit
@@ -44,7 +44,7 @@ jobs:
4444
- name: Use Node.js 20.x
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: 20.x
47+
node-version: 22.x
4848

4949
- run: npm ci --ignore-scripts
5050

0 commit comments

Comments
 (0)