File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
10- - uses : actions/setup-node@v3
9+ - uses : actions/checkout@v4.1.1
10+ - uses : actions/setup-node@v4.0.2
1111 with :
1212 node-version : " 18.x"
1313 registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 1- name : test
1+ name : Test Build
22
33on : [push]
44
55jobs :
66 test :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
10- - name : install and test
11- run : |
12- yarn install
13- yarn demo-build
9+ - uses : actions/checkout@v4.1.1
10+ - uses : actions/setup-node@v4.0.2
11+ with :
12+ node-version : " 18.x"
13+ registry-url : " https://registry.npmjs.org"
14+ scope : " @apiscp"
15+ - run : yarn install
16+ - run : yarn demo-build
You can’t perform that action at this time.
0 commit comments