Skip to content

Commit 4ba735d

Browse files
author
Massimiliano Pippi
committed
fix setup-node version
1 parent e595d93 commit 4ba735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@master
1616

1717
- name: Set Node.js 10.x
18-
uses: actions/setup-node@1.2.0
18+
uses: actions/setup-node@v1.2.0
1919
with:
2020
node-version: 10.x
2121

0 commit comments

Comments
 (0)