Skip to content

Commit 57dfa21

Browse files
committed
Merge branch 'master' into v1
2 parents e6d7a96 + 2d9e181 commit 57dfa21

File tree

5 files changed

+2035
-498
lines changed

5 files changed

+2035
-498
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- run: npm install
1616
- run: npm test
17-
- run: npm audit --audit-level=moderate
17+
- run: npm audit --audit-level=moderate --only=prod
1818

1919
- uses: ./
2020
with:

.tools/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ cd "$(dirname "$0")/.."
77
rm -f package-lock.json
88

99
ncu -u
10-
npm install
10+
npm update
1111
npm test
1212
git commit -a -m "Upgrade packages"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ outputs:
1919
tag:
2020
description: The full tag name (incl. prefix) that was found
2121
runs:
22-
using: node12
22+
using: node16
2323
main: index.js
2424
branding:
2525
icon: tag

0 commit comments

Comments
 (0)