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 35590e4 commit e7f0415Copy full SHA for e7f0415
.github/workflows/smoke-test.yml
@@ -22,7 +22,8 @@ jobs:
22
persist-credentials: false
23
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
24
with:
25
- node-version: 'lts/*'
+ # This is set to the lowest Node.js version we support
26
+ node-version: 20
27
cache: 'yarn'
28
- run: |
29
yarn install
0 commit comments