Skip to content

Commit 02541a0

Browse files
committedAug 25, 2022
chore: @npmcli/template-oss@3.7.0
1 parent 1286f03 commit 02541a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+217
-795
lines changed
 

‎.github/workflows/ci-docs.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
paths:
1717
- docs/**
1818
schedule:
19-
# "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
20-
- cron: "0 2 * * 1"
19+
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
20+
- cron: "0 9 * * 1"
2121

2222
jobs:
2323
lint:
@@ -81,5 +81,7 @@ jobs:
8181
if: ${{ !startsWith(matrix.node-version, '10.') }}
8282
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8383
- run: npm -v
84+
- name: add tap problem matcher
85+
run: echo "::add-matcher::.github/matchers/tap.json"
8486
- run: npm i --ignore-scripts --no-audit --no-fund
8587
- run: npm test --ignore-scripts -w docs

‎.github/workflows/ci-libnpmaccess.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
paths:
1717
- workspaces/libnpmaccess/**
1818
schedule:
19-
# "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
20-
- cron: "0 2 * * 1"
19+
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
20+
- cron: "0 9 * * 1"
2121

2222
jobs:
2323
lint:
@@ -86,5 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- name: add tap problem matcher
90+
run: echo "::add-matcher::.github/matchers/tap.json"
8991
- run: npm i --ignore-scripts --no-audit --no-fund
9092
- run: npm test --ignore-scripts -w libnpmaccess

0 commit comments

Comments
 (0)
Please sign in to comment.