File tree Expand file tree Collapse file tree 6 files changed +343
-359
lines changed Expand file tree Collapse file tree 6 files changed +343
-359
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 4848 "@types/node" : " 17.0.16" ,
4949 "chai" : " 4.3.6" ,
5050 "clean-webpack-plugin" : " 4.0.0" ,
51+ "node-polyfill-webpack-plugin" : " 1.1.4" ,
5152 "prettier" : " 2.6.0" ,
52- "ts-loader" : " 9.2.6 " ,
53+ "ts-loader" : " 9.5.1 " ,
5354 "ts-node" : " 10.7.0" ,
5455 "ts-proto" : " 1.115.4" ,
5556 "tslint" : " 6.1.3" ,
5657 "tslint-config-prettier" : " 1.18.0" ,
5758 "typescript" : " 4.5.5" ,
58- "webpack" : " 5.76.0" ,
59- "webpack-cli" : " 4.9.2" ,
60- "node-polyfill-webpack-plugin" : " 1.1.4"
59+ "webpack" : " 5.94.0" ,
60+ "webpack-cli" : " 5.1.4"
6161 },
6262 "files" : [
6363 " dist/**/*"
You can’t perform that action at this time.
0 commit comments