1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-19 10:00:06 +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: strategy:
matrix: matrix:
node-version: [15.x] node-version: [lts/*]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: npm
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci
- name: Check code style - name: Check code style

20232
package-lock.json generated

File diff suppressed because it is too large Load Diff