File tree 6 files changed +343
-359
lines changed
6 files changed +343
-359
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
- node-version : ' 12 .x'
17
+ node-version : ' 20 .x'
18
18
- run : yarn install --frozen-lockfile
19
19
- run : yarn run build
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
- node-version : ' 12 .x'
17
+ node-version : ' 20 .x'
18
18
- run : yarn install --frozen-lockfile
19
19
- run : yarn run lint
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
# Setup .npmrc file to publish to npm
11
- - uses : actions/setup-node@v3
11
+ - uses : actions/setup-node@v4
12
12
with :
13
- node-version : ' 16 .x'
13
+ node-version : ' 20 .x'
14
14
registry-url : ' https://registry.npmjs.org'
15
15
- run : yarn install --frozen-lockfile
16
16
- run : npm publish --access public
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
prettier :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
- node-version : ' 12 .x'
17
+ node-version : ' 20 .x'
18
18
- run : yarn install --frozen-lockfile
19
19
- run : yarn run prettier
Original file line number Diff line number Diff line change 48
48
"@types/node" : " 17.0.16" ,
49
49
"chai" : " 4.3.6" ,
50
50
"clean-webpack-plugin" : " 4.0.0" ,
51
+ "node-polyfill-webpack-plugin" : " 1.1.4" ,
51
52
"prettier" : " 2.6.0" ,
52
- "ts-loader" : " 9.2.6 " ,
53
+ "ts-loader" : " 9.5.1 " ,
53
54
"ts-node" : " 10.7.0" ,
54
55
"ts-proto" : " 1.115.4" ,
55
56
"tslint" : " 6.1.3" ,
56
57
"tslint-config-prettier" : " 1.18.0" ,
57
58
"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"
61
61
},
62
62
"files" : [
63
63
" dist/**/*"
You can’t perform that action at this time.
0 commit comments