mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-01-14 17:20:32 +08:00
build: fix ci
This commit is contained in:
parent
1d7fbf001b
commit
7979b891c1
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -16,10 +16,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Node & install dependencies
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
|
Loading…
Reference in New Issue
Block a user