File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 8
8
publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v1
12
- - uses : actions/setup-node@v1
11
+ - uses : actions/checkout@v3
13
12
with :
14
- node-version : ' 16.x'
13
+ submodules : true
14
+ - uses : actions/setup-node@v3
15
+ with :
16
+ node-version : ' 18.x'
17
+ - run : |
18
+ sudo apt-get update
19
+ sudo apt-get install -y libxrandr-dev libxtst-dev
20
+ - run : yarn apply-libuiohook-patch
15
21
- name : NPM config
16
22
run : |
17
23
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
Original file line number Diff line number Diff line change 8
8
publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v1
12
- - uses : actions/setup-node@v1
11
+ - uses : actions/checkout@v3
13
12
with :
14
- node-version : ' 16.x'
13
+ submodules : true
14
+ - uses : actions/setup-node@v3
15
+ with :
16
+ node-version : ' 18.x'
15
17
- name : NPM config
16
18
run : |
17
19
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
You can’t perform that action at this time.
0 commit comments