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

chore(ci): try LTS version

This commit is contained in:
Krishna Acondy
2021-09-13 09:03:41 +01:00
parent 39bffd39a4
commit 00dafa5bc0

View File

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