File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [18 .x]
15+ node-version : [20 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1212 required : true
1313
1414env :
15- NODE_VERSION : 18
15+ NODE_VERSION : 20
1616
1717jobs :
1818 pack :
Original file line number Diff line number Diff line change 66 - ' main'
77
88env :
9- NODE_VERSION : 18
9+ NODE_VERSION : 20
1010
1111jobs :
1212 build-test :
Original file line number Diff line number Diff line change 1+ v20.8.1
Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/rpidanny/leetcode-gpt.git"
99 },
10+ "engines" : {
11+ "node" : " >=20.8.1"
12+ },
1013 "scripts" : {
1114 "build" : " node utils/build.js" ,
1215 "build:dev" : " rm -rf build && NODE_ENV=production webpack" ,
You can’t perform that action at this time.
0 commit comments