mirror of
https://github.com/primer/css.git
synced 2024-11-30 01:04:04 +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/checkout@master
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
version: 11
|
node-version: 11
|
||||||
- name: install
|
- name: install
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: lint
|
- name: lint
|
||||||
|
Loading…
Reference in New Issue
Block a user