Skip to content

Commit 4c176bc

Browse files
authored
FIX @W-20017280@ Fixing broken smoke-tests (#1915)
1 parent 667f1ee commit 4c176bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/daily-smoke-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
# We run the daily smoke tests against 'dev' to validate that the code currently in development is still valid
1313
uses: ./.github/workflows/run-tests.yml
1414
with:
15-
node-matrix: "[{version: 'lts/*', artifact: 'lts'}, {version: 'latest', artifact: 'latest'}]"
15+
# NOTE: We are temporarily hardcoding the `latest` version to 24.x, since 25.x is not yet supported in the CLI.
16+
node-matrix: "[{version: 'lts/*', artifact: 'lts'}, {version: '24.x', artifact: 'latest'}]"
1617
target-branch: dev

0 commit comments

Comments
 (0)