File tree Expand file tree Collapse file tree 6 files changed +354
-358
lines changed Expand file tree Collapse file tree 6 files changed +354
-358
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Use Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v4
1616 with :
17- node-version : ' 12 .x'
17+ node-version : ' 20 .x'
1818 - run : yarn install --frozen-lockfile
1919 - run : yarn run build
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Use Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v4
1616 with :
17- node-version : ' 12 .x'
17+ node-version : ' 20 .x'
1818 - run : yarn install --frozen-lockfile
1919 - run : yarn run lint
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 # Setup .npmrc file to publish to npm
11- - uses : actions/setup-node@v3
11+ - uses : actions/setup-node@v4
1212 with :
13- node-version : ' 16 .x'
13+ node-version : ' 20 .x'
1414 registry-url : ' https://registry.npmjs.org'
1515 - run : yarn install --frozen-lockfile
1616 - run : npm publish --access public
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 prettier :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Use Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v4
1616 with :
17- node-version : ' 12 .x'
17+ node-version : ' 20 .x'
1818 - run : yarn install --frozen-lockfile
1919 - run : yarn run prettier
Original file line number Diff line number Diff line change 4141 "mocha" : " 9.2.2" ,
4242 "node-polyfill-webpack-plugin" : " 1.1.4" ,
4343 "prettier" : " 2.6.0" ,
44- "ts-loader" : " 9.2.6 " ,
44+ "ts-loader" : " 9.5.1 " ,
4545 "ts-node" : " 10.7.0" ,
4646 "tslint" : " 6.1.3" ,
4747 "tslint-config-prettier" : " 1.18.0" ,
4848 "typescript" : " 4.5.5" ,
49- "webpack" : " 5.69.1 " ,
50- "webpack-cli" : " 4.9.2 "
49+ "webpack" : " 5.94.0 " ,
50+ "webpack-cli" : " 5.1.4 "
5151 },
5252 "dependencies" : {
5353 "@lightninglabs/lnc-core" : " 0.3.2-alpha" ,
You can’t perform that action at this time.
0 commit comments