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

Merge pull request #581 from sasjs/package-lock-and-node-version

fix: updated package-lock + updated node version for workflow
This commit is contained in:
Allan Bowe
2021-10-29 09:35:50 +01:00
committed by GitHub
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