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