File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 schedule :
88 # Check if it works with current dependencies
9- - cron : ' 42 2 * * 6' # weekly on Saturday 2:42 UTC
9+ - cron : " 42 2 * * 6" # weekly on Saturday 2:42 UTC
1010
1111jobs :
1212 test :
1616 steps :
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : ' lts/*'
19+ node-version : " lts/*"
2020 - uses : actions/checkout@v4
2121 - run : npm install
2222 - run : npm test
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : ' lts/*'
19- registry-url : ' https://registry.npmjs.org'
18+ node-version : " lts/*"
19+ registry-url : " https://registry.npmjs.org"
2020 - run : npm install
2121 - run : npm publish --provenance --access public
2222 env :
You can’t perform that action at this time.
0 commit comments