File tree 15 files changed +48
-37
lines changed
browserslist-config-anolilab
15 files changed +48
-37
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ jobs:
66
66
version : 8
67
67
run_install : false
68
68
69
- - name : " Use Node.js 16 .x"
69
+ - name : " Use Node.js 18 .x"
70
70
uses : " actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
71
71
with :
72
- node-version : " 16 .x"
72
+ node-version : " 18 .x"
73
73
cache : " pnpm"
74
74
75
75
- name : " Install packages"
@@ -138,10 +138,10 @@ jobs:
138
138
version : 8
139
139
run_install : false
140
140
141
- - name : " Use Node.js 16 .x"
141
+ - name : " Use Node.js 18 .x"
142
142
uses : " actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
143
143
with :
144
- node-version : " 16 .x"
144
+ node-version : " 18 .x"
145
145
cache : " pnpm"
146
146
147
147
- name : " Install packages"
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
56
56
version : 8
57
57
run_install : false
58
58
59
- - name : " Use Node.js 16 .x"
59
+ - name : " Use Node.js 18 .x"
60
60
uses : " actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
61
61
with :
62
- node-version : " 16 .x"
62
+ node-version : " 18 .x"
63
63
cache : " pnpm"
64
64
65
65
# @see: npm install -g npm@latest is necessary to make provenance available. More info: https://docs.npmjs.com/generating-provenance-statements
@@ -123,10 +123,10 @@ jobs:
123
123
with :
124
124
version : 8
125
125
126
- - name : " Use Node.js 16 .x"
126
+ - name : " Use Node.js 18 .x"
127
127
uses : " actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c" # v3.6.0
128
128
with :
129
- node-version : " 16 .x"
129
+ node-version : " 18 .x"
130
130
131
131
- name : " Update pnpm lock"
132
132
run : " pnpm install --no-frozen-lockfile"
Original file line number Diff line number Diff line change 1
- 16.20
1
+ 18.16
Original file line number Diff line number Diff line change 130
130
},
131
131
"packageManager" : " pnpm@8.6.7" ,
132
132
"engines" : {
133
- "node" : " >=16. 18.0 <=20.*"
133
+ "node" : " >=18.16.* <=20.*"
134
134
},
135
135
"anolilab" : {
136
136
"lint-staged-config" : {
Original file line number Diff line number Diff line change 125
125
"babel-plugin-transform-react-remove-prop-types" : " ^0.4.24"
126
126
},
127
127
"engines" : {
128
- "node" : " >=16 "
128
+ "node" : " >=18 "
129
129
},
130
130
"publishConfig" : {
131
131
"access" : " public" ,
Original file line number Diff line number Diff line change 69
69
"vitest" : " ^0.33.0"
70
70
},
71
71
"engines" : {
72
- "node" : " >=16 "
72
+ "node" : " >=18 "
73
73
},
74
74
"publishConfig" : {
75
75
"access" : " public" ,
Original file line number Diff line number Diff line change 70
70
"@commitlint/cli" : " ^17.6.5"
71
71
},
72
72
"engines" : {
73
- "node" : " >=16 "
73
+ "node" : " >=18 "
74
74
},
75
75
"publishConfig" : {
76
76
"access" : " public" ,
Original file line number Diff line number Diff line change 230
230
"eslint-plugin-you-dont-need-momentjs" : " ^1.6.0"
231
231
},
232
232
"engines" : {
233
- "node" : " >=16 "
233
+ "node" : " >=18 "
234
234
},
235
235
"publishConfig" : {
236
236
"access" : " public" ,
Original file line number Diff line number Diff line change 126
126
"vite" : " ^4.4.4"
127
127
},
128
128
"engines" : {
129
- "node" : " >=16 "
129
+ "node" : " >=18 "
130
130
},
131
131
"publishConfig" : {
132
132
"access" : " public" ,
Original file line number Diff line number Diff line change 82
82
"vitest" : " ^0.33.0"
83
83
},
84
84
"engines" : {
85
- "node" : " >=16 "
85
+ "node" : " >=18 "
86
86
},
87
87
"publishConfig" : {
88
88
"access" : " public" ,
Original file line number Diff line number Diff line change 70
70
"prettier" : " 2.x"
71
71
},
72
72
"engines" : {
73
- "node" : " >=16 "
73
+ "node" : " >=18 "
74
74
},
75
75
"publishConfig" : {
76
76
"access" : " public" ,
Original file line number Diff line number Diff line change 89
89
"semantic-release" : " ^21.0.0"
90
90
},
91
91
"engines" : {
92
- "node" : " >=16 "
92
+ "node" : " >=18 "
93
93
},
94
94
"publishConfig" : {
95
95
"access" : " public" ,
Original file line number Diff line number Diff line change 129
129
"stylelint" : " ^15.0.0"
130
130
},
131
131
"engines" : {
132
- "node" : " >=16 "
132
+ "node" : " >=18 "
133
133
},
134
134
"publishConfig" : {
135
135
"access" : " public" ,
Original file line number Diff line number Diff line change 97
97
"textlint" : " ^13.3.2"
98
98
},
99
99
"engines" : {
100
- "node" : " >=16 "
100
+ "node" : " >=18 "
101
101
},
102
102
"publishConfig" : {
103
103
"access" : " public" ,
You can’t perform that action at this time.
0 commit comments