Skip to content

Commit f7c13d8

Browse files
committed
Fix discover matrix
1 parent f6cd7fe commit f7c13d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166
version: 7
167167
- uses: actions/setup-node@v3
168168
with:
169-
node-version: 14
169+
node-version: 16
170170
cache: pnpm
171171
- run: pnpm install --frozen-lockfile
172172
- id: set-matrix
173173
working-directory: test-packages/test-scenarios
174-
run: echo "::set-output name=matrix::$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')"
174+
run: echo "matrix=$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')" >> $GITHUB_OUTPUT
175175

176176
scenario-tester:
177177
needs: discover_matrix
@@ -190,7 +190,7 @@ jobs:
190190
version: 7
191191
- uses: actions/setup-node@v3
192192
with:
193-
node-version: 14
193+
node-version: 16
194194
cache: pnpm
195195
- run: pnpm install --frozen-lockfile
196196
- name: test

0 commit comments

Comments
 (0)