mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 12:38:11 +08:00
Fixes to CI actions
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Rust
|
name: Graphite Continuous Integration
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '14.x'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: cd client/web && npm install
|
run: cd client/web && npm install
|
||||||
- name: build node
|
- name: build node
|
||||||
Reference in New Issue
Block a user