Skip to content

Commit e2eba1b

Browse files
jfeingold35jag-j
authored andcommitted
FIX (GithubActions) @W-15620002@ - Reverted node LTS hardcode. (#1447)
1 parent 35fb039 commit e2eba1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
smoke-test:
1212
uses: ./.github/workflows/run-tests.yml
1313
with:
14-
node-matrix: "[{version: '20.12.1', artifact: 'lts'}, {version: 'latest', artifact: 'latest'}]"
14+
node-matrix: "[{version: 'lts/*', artifact: 'lts'}, {version: 'latest', artifact: 'latest'}]"
1515
java-matrix: "['11']"

.github/workflows/production-heartbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [{vm: ubuntu-latest, exe: .sh}, {vm: windows-2019, exe: .cmd}]
18-
node: ['20.12.1']
18+
node: ['lts/*']
1919
runs-on: ${{ matrix.os.vm }}
2020
timeout-minutes: 60
2121
steps:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
description: "An array of node versions against which the tests should be run"
77
required: false
88
type: string
9-
default: "[{version: '20.12.1', artifact: 'lts'}]"
9+
default: "[{version: 'lts/*', artifact: 'lts'}]"
1010
java-matrix:
1111
description: "An array of java versions against which the tests should be run"
1212
required: false

0 commit comments

Comments
 (0)