1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

fix: updated package-lock + updated node version for workflow

This commit is contained in:
Saad Jutt
2021-10-29 13:32:59 +05:00
parent 734c5bccaa
commit 865bf71f7d
2 changed files with 18182 additions and 2055 deletions

View File

@@ -13,14 +13,15 @@ jobs:
strategy:
matrix:
node-version: [15.x]
node-version: [lts/*]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install Dependencies
run: npm ci
- name: Check code style

20232
package-lock.json generated

File diff suppressed because it is too large Load Diff