File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @segment/analytics-node ' : patch
3+ ---
4+
5+ # Updated Node.js version to ^20 across the repository
6+
7+ ## Files modified:
8+
9+ 1 . .github/workflows/ci.yml
10+ 2 . package.json
11+ 3 . packages/node/package.json
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [18 ]
13+ node-version : [20 ]
1414 steps :
1515 - uses : actions/checkout@v3
1616 - uses : actions/setup-node@v3
3939 runs-on : ubuntu-latest
4040 strategy :
4141 matrix :
42- node-version : [18 ]
42+ node-version : [20 ]
4343 steps :
4444 - uses : actions/checkout@v3
4545 - uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1010 " scripts"
1111 ],
1212 "engines" : {
13- "node" : " ^ 20"
13+ "node" : " >= 20"
1414 },
1515 "scripts" : {
1616 "test" : " jest" ,
Original file line number Diff line number Diff line change 1717 " !*.tsbuildinfo"
1818 ],
1919 "engines" : {
20- "node" : " >=18 "
20+ "node" : " >=20 "
2121 },
2222 "scripts" : {
2323 "." : " yarn run -T turbo run --filter=@segment/analytics-node" ,
You can’t perform that action at this time.
0 commit comments