Skip to content

Commit e7f0415

Browse files
authored
chore: use lowest node version we support for smoke test (#1837)
1 parent 35590e4 commit e7f0415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
persist-credentials: false
2323
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2424
with:
25-
node-version: 'lts/*'
25+
# This is set to the lowest Node.js version we support
26+
node-version: 20
2627
cache: 'yarn'
2728
- run: |
2829
yarn install

0 commit comments

Comments
 (0)