We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b143ff2 commit a383140Copy full SHA for a383140
1 file changed
.github/workflows/nodejs.yml .github/workflows/test.yml.github/workflows/nodejs.yml renamed to .github/workflows/test.yml
@@ -1,17 +1,17 @@
1
-name: Node CI
+name: Test
2
3
on: [push, pull_request]
4
5
jobs:
6
- build:
+ test:
7
runs-on: ubuntu-latest
8
9
strategy:
10
matrix:
11
node-version: [10.x, 12.x]
12
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
15
- name: Use Node.js ${{ matrix.node-version }}
16
uses: actions/setup-node@v1
17
with:
0 commit comments