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

chore(ci): use latest LTS

This commit is contained in:
Krishna Acondy
2021-09-13 08:56:43 +01:00
parent ec95a798b7
commit 39bffd39a4

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: lts/fermium
node-version: lts/*
- name: Install Dependencies
run: npm ci
- name: Check Code Style