Skip to content

Commit 41e0c7a

Browse files
committed
Update: action, package-lock
1 parent b10fb4e commit 41e0c7a

File tree

4 files changed

+16875
-2
lines changed

4 files changed

+16875
-2
lines changed

.github/workflows/deploy-manager.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@v2
13+
1214
- name: Checkout
1315
uses: actions/checkout@v2
1416

@@ -32,7 +34,7 @@ jobs:
3234
fi
3335
3436
- name: Install dependencies
35-
run: npm install && npm audit fix
37+
run: npm ci
3638

3739
- name: Build
3840
run: npm run build

.github/workflows/issue-manager.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
manage-issues:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v2
12+
1113
- name: Run script to manage issues
1214
run: node .github/scripts/manage-issues.js
1315
env:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ bower_components/**
1414

1515
#dev
1616
.git/**
17-
package-lock.json
1817
/.vs

0 commit comments

Comments
 (0)