1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore(ci): use LTS version

This commit is contained in:
Krishna Acondy
2021-09-13 08:54:34 +01:00
parent acfc559f25
commit ec95a798b7

View File

@@ -11,16 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/fermium]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: lts/fermium
- name: Install Dependencies
run: npm ci
- name: Check Code Style