From 2e32f298df818b8254b82b4eae72475b05bd0844 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 16 Sep 2022 17:42:27 +0530 Subject: [PATCH] feat: setup sass compilation on CI --- .github/workflows/coverage.yml | 8 ++++++++ .github/workflows/linux.yml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 68de12c..dd42faf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -47,6 +47,14 @@ jobs: target key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + - uses: actions/setup-node@v2 + with: + node-version: "16.x" + + - uses: actions/setup-node@v2 + with: + node-version: "16.x" + - name: Install ${{ matrix.version }} uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d4619b6..ce68523 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -49,6 +49,13 @@ jobs: target key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + - uses: actions/setup-node@v2 + with: + node-version: "16.x" + + - name: download deps + run: make dev-env + - name: configure GPG key if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/librepages' run: echo -n "$RELEASE_BOT_GPG_SIGNING_KEY" | gpg --batch --import --pinentry-mode loopback