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.
npm audit
1 parent 0180db3 commit c7a14aaCopy full SHA for c7a14aa
.github/workflows/main.yml
@@ -82,7 +82,6 @@ jobs:
82
test:
83
runs-on: ubuntu-latest
84
steps:
85
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
86
- run: npm install
87
- run: npm test
88
- - run: npm audit --audit-level=moderate --only=prod
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
run:
35
shell: bash
36
37
38
39
- uses: crystal-lang/install-crystal@v1
40
with: ${{ matrix.config }}
0 commit comments