Commit a553a6b 1 parent 65ec43e commit a553a6b Copy full SHA for a553a6b
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
schedule :
8
8
# 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
10
10
11
11
jobs :
12
12
test :
16
16
steps :
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' lts/*'
19
+ node-version : " lts/*"
20
20
- uses : actions/checkout@v4
21
21
- run : npm install
22
22
- run : npm test
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
- uses : actions/setup-node@v4
17
17
with :
18
- node-version : ' lts/*'
19
- registry-url : ' https://registry.npmjs.org'
18
+ node-version : " lts/*"
19
+ registry-url : " https://registry.npmjs.org"
20
20
- run : npm install
21
21
- run : npm publish --provenance --access public
22
22
env :
You can’t perform that action at this time.
0 commit comments