this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add 'v'

+1 -1
+1 -1
.github/workflows/test.yml
··· 1 1 on: push 2 2 jobs: 3 3 test: 4 - name: Node.js ${{matrix.node-version}} on ${{matrix.os}} 4 + name: Node.js v${{matrix.node-version}} on ${{matrix.os}} 5 5 runs-on: ${{matrix.os}} 6 6 strategy: 7 7 matrix: