File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
schedule :
8
8
interval : ' weekly'
9
9
day : ' saturday'
10
-
11
10
- package-ecosystem : " github-actions"
12
11
directory : " /"
13
12
schedule :
Original file line number Diff line number Diff line change 36
36
cache-dependency-path : " **/package-lock.json"
37
37
- name : setup project
38
38
run : npm ci --ignore-scripts
39
- - name : build for ${{ matrix.target }}
39
+ - name : build ${{ matrix.target }}
40
40
run : npm run build:${{ matrix.target }}
41
41
- name : artifact build result
42
42
# see https://github.com/actions/upload-artifact
87
87
- name : Checkout
88
88
# see https://github.com/actions/checkout
89
89
uses : actions/checkout@v3
90
- - name : Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
90
+ - name : Setup Node.js ${{ matrix.node-version }}
91
91
# see https://github.com/actions/setup-node
92
92
uses : actions/setup-node@v3
93
93
with :
Original file line number Diff line number Diff line change 59
59
publish-NPMJS :
60
60
needs :
61
61
- " bump"
62
- name : NPMJS - publish
62
+ name : publish NPMJS
63
63
runs-on : ubuntu-latest
64
64
timeout-minutes : 30
65
65
steps :
86
86
needs :
87
87
- " bump"
88
88
- " publish-NPMJS"
89
- name : GitHub - release
89
+ name : publish GitHub
90
90
runs-on : ubuntu-latest
91
91
timeout-minutes : 30
92
92
env :
You can’t perform that action at this time.
0 commit comments