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 108129d commit 4389458Copy full SHA for 4389458
.github/workflows/smoke-test.yml
@@ -22,7 +22,7 @@ jobs:
22
persist-credentials: false
23
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
24
with:
25
- node-version: 22
+ node-version: 'lts/*'
26
cache: 'yarn'
27
- run: |
28
yarn install
0 commit comments