We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79be578 commit ff13c3cCopy full SHA for ff13c3c
1 file changed
.github/workflows/workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set Node.js 10.x
15
uses: actions/setup-node@master
16
with:
17
- version: 10.x
+ node-version: 10.x
18
19
- name: npm install
20
run: npm install
0 commit comments