From f258f2418bcf29f72caa2b8bb7c1f9375cfc01ee Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Fri, 9 Apr 2021 22:26:48 -0700 Subject: [PATCH] Fixes to CI actions --- .github/workflows/{rust.yml => ci.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{rust.yml => ci.yml} (89%) diff --git a/.github/workflows/rust.yml b/.github/workflows/ci.yml similarity index 89% rename from .github/workflows/rust.yml rename to .github/workflows/ci.yml index b8acb2ebb..4fce67a47 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci.yml @@ -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