Skip to content

Commit 0894d1f

Browse files
committed
fix node version
1 parent b5b5486 commit 0894d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: actions/setup-node@v4
88
with:
99
cache: "npm"
10-
node-version: 18.12.x
10+
node-version: 20.19.x
1111
registry-url: "https://registry.npmjs.org"
1212
scope: '@zeroledger'
1313
always-auth: 'true'

0 commit comments

Comments
 (0)