Skip to content

Commit b15c0ba

Browse files
committed
fix gh action image
1 parent f84c0b5 commit b15c0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-on-sdk-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: "20.18.x"
19+
node-version: "22.14.x"
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)