Skip to content

Commit

Permalink
FIX (CodeAnalyzer): @W-15532354@: Fixed Github Actions. (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 authored and jag-j committed Apr 30, 2024
1 parent 753866d commit 0983760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
smoke-test:
uses: ./.github/workflows/run-tests.yml
with:
node-matrix: "[{version: 'lts/*', artifact: 'lts'}, {version: 'latest', artifact: 'latest'}]"
node-matrix: "[{version: '20.12.1', artifact: 'lts'}, {version: 'latest', artifact: 'latest'}]"
java-matrix: "['11']"
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
description: "An array of node versions against which the tests should be run"
required: false
type: string
default: "[{version: 'lts/*', artifact: 'lts'}]"
default: "[{version: '20.12.1', artifact: 'lts'}]"
java-matrix:
description: "An array of java versions against which the tests should be run"
required: false
Expand Down

0 comments on commit 0983760

Please sign in to comment.