Skip to content

Commit 4389458

Browse files
chore(deps): update dependency node to v24 (#1834)
1 parent 108129d commit 4389458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2424
with:
25-
node-version: 22
25+
node-version: 'lts/*'
2626
cache: 'yarn'
2727
- run: |
2828
yarn install

0 commit comments

Comments
 (0)