File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 ci :
10- uses : matthieubosquet/workflows/.github/workflows/node-ci.yml@v0.8 .0
10+ uses : matthieubosquet/workflows/.github/workflows/node-ci.yml@v1.0 .0
Original file line number Diff line number Diff line change 66
77jobs :
88 ci :
9- uses : matthieubosquet/workflows/.github/workflows/node-ci.yml@v0.8 .0
9+ uses : matthieubosquet/workflows/.github/workflows/node-ci.yml@v1.0 .0
1010 publish :
11- uses : matthieubosquet/workflows/.github/workflows/node-npm-publish.yml@v0.8 .0
11+ uses : matthieubosquet/workflows/.github/workflows/node-npm-publish.yml@v1.0 .0
1212 needs : [ci]
1313 secrets :
1414 npm-token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Audit
22
33on :
44 schedule :
5- - cron : " 37 7 * * *"
5+ - cron : " 37 7 1 * *"
66
77jobs :
88 scheduled-audit :
9- uses : matthieubosquet/workflows/.github/workflows/node-audit.yml@v0.8 .0
9+ uses : matthieubosquet/workflows/.github/workflows/node-audit.yml@v1.0 .0
You can’t perform that action at this time.
0 commit comments