We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa9682 commit 9b80d3dCopy full SHA for 9b80d3d
.github/workflows/node-16+.yml
@@ -46,7 +46,7 @@ jobs:
46
47
strategy:
48
matrix:
49
- node-version: ${{ fromJson(needs.matrix.outputs.latest) }} # TODO: change to "minors" once v16.1 comes out
+ node-version: ${{ fromJson(needs.matrix.outputs.minors) }}
50
command:
51
- test:stock
52
- test:shams:corejs
0 commit comments