Skip to content

Commit

Permalink
use output
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzon committed Dec 5, 2024
1 parent ed0cee3 commit d226916
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 @@ -35,7 +35,7 @@ jobs:
- name: Obtain aws-cdk versions
id: set-matrix
run: |
VERSIONS_ARRAY=$(npm show aws-cdk time --json | jq 'del(.created, .modified) | keys' -c)
VERSIONS_ARRAY=$(npm view aws-cdk versions --json | jq -c '.[-256:]' )
MATRIX="{\"cdk-version\":$VERSIONS_ARRAY}"
echo "MATRIX=$MATRIX" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d226916

Please sign in to comment.