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 e507637 commit 80c3f11Copy full SHA for 80c3f11
.github/workflows/pr.yml
@@ -21,7 +21,7 @@ jobs:
21
pipx install algokit --python 3.12.6
22
algokit localnet reset --update
23
pipx install puyapy --python 3.12.6
24
- node-version: 20.x
+ node-version: 22.x
25
run-build: true
26
run-commit-lint: true
27
audit-script: npm run audit
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
pipx install algokit
pipx install puyapy
28
29
30
@@ -44,7 +44,7 @@ jobs:
44
- name: Use Node.js 20.x
45
uses: actions/setup-node@v4
46
with:
47
48
49
- run: npm ci --ignore-scripts
50
0 commit comments