From a14cf15e6afab2804dcedea7597924f5afd1e76d Mon Sep 17 00:00:00 2001 From: Alec Date: Fri, 25 Feb 2022 22:12:01 -0500 Subject: [PATCH] Update super-linter.yml --- .github/workflows/super-linter.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index d017cb9..37c18e4 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -43,6 +43,12 @@ jobs: with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 + - name: Set up Node.js + uses: actions/setup-node@v1 + with: + node-version: 14 + - name: Install Node.js dependencies + run: npm ci ################################ # Run Linter against code base #