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:
parent
23eaac68bf
commit
d9e9066dab
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user