Skip to content

Commit 5ba43bd

Browse files
committed
Update docs
1 parent 514b397 commit 5ba43bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Checkout repo
73-
uses: actions/checkout@master
73+
uses: actions/checkout@v1
7474
7575
- name: Set up Node.js
76-
uses: actions/setup-node@master
76+
uses: actions/setup-node@v1
7777
with:
78-
node-version: 10.0.0
78+
node-version: 12.x
7979
8080
- name: Install dependencies
8181
run: npm install
@@ -84,7 +84,7 @@ jobs:
8484
run: eslint "src/**" --fix
8585
8686
- name: Commit changes
87-
uses: EndBug/add-and-commit@v2.3.0
87+
uses: EndBug/add-and-commit@v2
8888
with:
8989
author_name: Your Name
9090
author_email: [email protected]

0 commit comments

Comments
 (0)