File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 with :
2121 version : 8.x.x
2222
23- - name : Install Node 18
23+ - name : Install Node 24
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : " 18 "
26+ node-version : " 24 "
2727 cache : pnpm
2828 cache-dependency-path : npm/pnpm-lock.yaml
2929
@@ -81,10 +81,10 @@ jobs:
8181 with :
8282 version : 8.x.x
8383
84- - name : Install Node 18
84+ - name : Install Node 24
8585 uses : actions/setup-node@v4
8686 with :
87- node-version : " 18 "
87+ node-version : " 24 "
8888 cache : pnpm
8989 cache-dependency-path : npm/pnpm-lock.yaml
9090
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 with :
2323 version : 8.x.x
2424
25- - name : Install Node 18
25+ - name : Install Node 24
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : " 18 "
28+ node-version : " 24 "
2929 registry-url : https://registry.npmjs.org
3030 cache : pnpm
3131 cache-dependency-path : npm/pnpm-lock.yaml
Original file line number Diff line number Diff line change 1313 "execa" : " ^8.0.1"
1414 },
1515 "devDependencies" : {
16- "@tsconfig/node18 " : " ^18.2 .1" ,
16+ "@tsconfig/node24 " : " ^24.0 .1" ,
1717 "@types/node" : " ^20.5.3" ,
1818 "dts-bundle-generator" : " ^8.0.1" ,
1919 "esbuild" : " ^0.19.2" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " @tsconfig/node18 /tsconfig.json" ,
2+ "extends" : " @tsconfig/node24 /tsconfig.json" ,
33 "compilerOptions" : {
44 "noEmit" : true ,
55 "rootDir" : " src" ,
You can’t perform that action at this time.
0 commit comments