File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments