File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 - name : Install Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : 22
19+ node-version : 24
2020 cache : npm
2121 - name : Install dependencies
2222 run : npm ci
Original file line number Diff line number Diff line change 1717 - name : Install Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 22
20+ node-version : 24
2121 - name : Install dependencies
2222 run : npm ci --loglevel=info
2323 - name : Fetch
4949 - name : Install Node.js
5050 uses : actions/setup-node@v4
5151 with :
52- node-version : 22
52+ node-version : 24
5353 - name : Install dependencies
5454 run : npm ci --loglevel=info
5555 - name : Fetch
9292 - name : Install Node.js
9393 uses : actions/setup-node@v4
9494 with :
95- node-version : 22
95+ node-version : 24
9696 # The repository being on D: means that node_modules IO will be fast, but npm still downloads
9797 # packages to a temporary folder for caching which is on C: by default. We need to make sure
9898 # npm uses the D: drive instead otherwise we still get bottlenecked by C:.
Original file line number Diff line number Diff line change 2323 - name : Install Node.js
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : 22
26+ node-version : 24
2727 - name : Install dependencies
2828 run : npm ci --loglevel=info
2929 - name : Fetch
6060 - name : Install Node.js
6161 uses : actions/setup-node@v4
6262 with :
63- node-version : 22
63+ node-version : 24
6464 - name : Install dependencies
6565 run : npm ci --loglevel=info
6666 - name : Fetch
@@ -126,7 +126,7 @@ jobs:
126126 - name : Install Node.js
127127 uses : actions/setup-node@v4
128128 with :
129- node-version : 22
129+ node-version : 24
130130 # The repository being on D: means that node_modules IO will be fast, but npm still downloads
131131 # packages to a temporary folder for caching which is on C: by default. We need to make sure
132132 # npm uses the D: drive instead otherwise we still get bottlenecked by C:.
You can’t perform that action at this time.
0 commit comments