Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 3efec14

Browse files
committed
update package-lock.json and actions
1 parent b1b34fe commit 3efec14

File tree

3 files changed

+3175
-3716
lines changed

3 files changed

+3175
-3716
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
with:
2020
languages: ${{matrix.language}}
2121
- name: Set-up Latest Node.js LTS
22-
uses: actions/setup-node@v1.4.4
22+
uses: actions/setup-node@v2.1.5
2323
with:
2424
node-version: "14"
2525
check-latest: true
2626
registry-url: https://registry.npmjs.org/
2727
- name: Install NPM Dependency Packages
28-
run: npm ci
28+
run: npm install --legacy-peer-deps
2929
- name: Build TypeScript
3030
run: npm run prepack
3131
- name: Perform CodeQL Analysis

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check-latest: true
1616
registry-url: https://registry.npmjs.org/
1717
- name: Install NPM Dependency Packages
18-
run: npm install
18+
run: npm install --legacy-peer-deps
1919
- name: Publish NPM Package
2020
run: npm publish
2121
env:

0 commit comments

Comments
 (0)