Skip to content

Commit d226916

Browse files
committed
use output
1 parent ed0cee3 commit d226916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Obtain aws-cdk versions
3636
id: set-matrix
3737
run: |
38-
VERSIONS_ARRAY=$(npm show aws-cdk time --json | jq 'del(.created, .modified) | keys' -c)
38+
VERSIONS_ARRAY=$(npm view aws-cdk versions --json | jq -c '.[-256:]' )
3939
MATRIX="{\"cdk-version\":$VERSIONS_ARRAY}"
4040
echo "MATRIX=$MATRIX" >> $GITHUB_OUTPUT
4141

0 commit comments

Comments
 (0)