Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit 78f5312

Browse files
committed
GitHub workflow: Upgrade to actions/checkout@v2.
1 parent da0ec9d commit 78f5312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml renamed to .github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: Node CI
1+
name: Test
22

33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ubuntu-latest
88

99
strategy:
1010
matrix:
1111
node-version: [10.x, 12.x]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v1
1717
with:

0 commit comments

Comments
 (0)