From f172ff44e4138852ae8637220f78642e6c6a065d Mon Sep 17 00:00:00 2001 From: hunterlong Date: Fri, 17 Apr 2020 01:50:50 -0700 Subject: [PATCH] sass in --- .github/workflows/master.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 50572098..be5cdbd1 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -25,7 +25,7 @@ jobs: node-version: '10.x' - name: Install Global Dependencies - run: npm install -g yarn sass newman cross-env wait-on @sentry/cli + run: npm install -g yarn sass cross-env - name: Checkout Statping Repo uses: actions/checkout@v2 @@ -85,6 +85,14 @@ jobs: run: echo "::add-path::$(go env GOPATH)/bin" shell: bash + - name: Install Node + uses: actions/setup-node@v1 + with: + node-version: '10.x' + + - name: Install Global Dependencies + run: npm install -g yarn sass newman cross-env wait-on @sentry/cli + - uses: actions/cache@v1 id: golangcache with: