mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Fixes to CI actions
This commit is contained in:
parent
1f26f9ef97
commit
f258f2418b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Rust
|
||||
name: Graphite Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '14.x'
|
||||
- name: Install Dependencies
|
||||
run: cd client/web && npm install
|
||||
- name: build node
|
||||
Loading…
Add table
Add a link
Reference in a new issue