-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,24 +34,12 @@ jobs: | |
path: junit | ||
|
||
cli_test: | ||
strategy: | ||
matrix: | ||
container_tag: | ||
# - "current" | ||
- "lts" | ||
- "22" | ||
fail-fast: false | ||
|
||
runs-on: ubuntu-latest | ||
container: | ||
image: "node:${{ matrix.container_tag }}" | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Show node env | ||
run: | | ||
node -v | ||
npm -v | ||
- run: npm ci | ||
- run: npm run build | ||
- run: npm run integrate_test | ||
- uses: earthly/[email protected] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'Node CI' step
Uses Step Error loading related location Loading |
||
with: | ||
version: latest | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
- run: earthly +integrate-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters