1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 12:14:22 +03:00

actions/setup-node: "version" -> "node-version"

This commit is contained in:
Shawn Allen 2019-10-15 09:37:14 -07:00 committed by GitHub
parent 23eaac68bf
commit d9e9066dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
version: 11
node-version: 11
- name: install
run: npm install
- name: lint