mirror of
https://github.com/actions/cache.git
synced 2024-12-27 14:28:01 +08:00
Use node 12.x
This commit is contained in:
parent
e5ee516c44
commit
3b4390ada3
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -15,8 +15,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
|
||||
- name: Prettier Format Check
|
||||
run: npm run format-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user