Skip to content

Commit

Permalink
chore(gha): use job container ID as artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Nov 6, 2024
1 parent 4772604 commit 0ccfd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ latest, lts/*, lts/-1 ]
node-version: [ 23, 22, 20 ]
name: Build radar and maintainer on Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0ccfd86

Please sign in to comment.