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 77 schedule :
88 interval : ' weekly'
99 day : ' saturday'
10-
1110 - package-ecosystem : " github-actions"
1211 directory : " /"
1312 schedule :
Original file line number Diff line number Diff line change 3636 cache-dependency-path : " **/package-lock.json"
3737 - name : setup project
3838 run : npm ci --ignore-scripts
39- - name : build for ${{ matrix.target }}
39+ - name : build ${{ matrix.target }}
4040 run : npm run build:${{ matrix.target }}
4141 - name : artifact build result
4242 # see https://github.com/actions/upload-artifact
8787 - name : Checkout
8888 # see https://github.com/actions/checkout
8989 uses : actions/checkout@v3
90- - name : Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
90+ - name : Setup Node.js ${{ matrix.node-version }}
9191 # see https://github.com/actions/setup-node
9292 uses : actions/setup-node@v3
9393 with :
Original file line number Diff line number Diff line change 5959 publish-NPMJS :
6060 needs :
6161 - " bump"
62- name : NPMJS - publish
62+ name : publish NPMJS
6363 runs-on : ubuntu-latest
6464 timeout-minutes : 30
6565 steps :
8686 needs :
8787 - " bump"
8888 - " publish-NPMJS"
89- name : GitHub - release
89+ name : publish GitHub
9090 runs-on : ubuntu-latest
9191 timeout-minutes : 30
9292 env :
You can’t perform that action at this time.
0 commit comments