mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-01-14 01:00:30 +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:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node & install dependencies
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Run a one-line script
|
||||
|
Loading…
Reference in New Issue
Block a user