We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977b717 commit a847c37Copy full SHA for a847c37
.github/workflows/continuous-integration.yaml
@@ -2,7 +2,7 @@ on: pull_request
2
3
jobs:
4
continuous-integration:
5
- name: Continuous Integration
+ name: Continuous Integration (with node ${{ matrix.version }})
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
0 commit comments