Skip to content

Commit 44017db

Browse files
removing caching to fix pipelines
1 parent 73adb3b commit 44017db

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/npm-audit-example-app.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
name: Package Audit Example App
1+
name: NPM Audit Example App
22

33
on:
44
pull_request:
55
schedule:
66
- cron: "0 0 1 * *" # every month
77

88
jobs:
9-
Package-Audit-Example-App:
9+
NPM-Audit-Example-App:
1010
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: 16
17-
cache: npm
1817

1918
- name: Run npm audit (app)
2019
run: npm audit
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
name: Package Audit SDK
1+
name: NPM Audit SDK
22

33
on:
44
pull_request:
55
schedule:
66
- cron: "0 0 1 * *" # every month
77

88
jobs:
9-
Package-Audit-SDK:
9+
NPM-Audit-SDK:
1010
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: 16
17-
cache: npm
1817

1918
- name: Run npm audit
2019
run: npm audit

0 commit comments

Comments
 (0)