We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6d7a96 + 2d9e181 commit 57dfa21Copy full SHA for 57dfa21
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- run: npm install
16
- run: npm test
17
- - run: npm audit --audit-level=moderate
+ - run: npm audit --audit-level=moderate --only=prod
18
19
- uses: ./
20
with:
.tools/upgrade.sh
@@ -7,6 +7,6 @@ cd "$(dirname "$0")/.."
7
rm -f package-lock.json
8
9
ncu -u
10
-npm install
+npm update
11
npm test
12
git commit -a -m "Upgrade packages"
action.yml
@@ -19,7 +19,7 @@ outputs:
tag:
description: The full tag name (incl. prefix) that was found
21
runs:
22
- using: node12
+ using: node16
23
main: index.js
24
branding:
25
icon: tag
0 commit comments