File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 lfs : true
3232 - uses : actions/setup-node@v4
3333 with :
34- node-version : ' 16.13.2 '
34+ node-version : ' 22.11.0 '
3535 cache : yarn
3636 - name : install dependencies
3737 run : yarn install --frozen-lockfile --network-concurrency 1
@@ -124,7 +124,7 @@ jobs:
124124 lfs : true
125125 - uses : actions/setup-node@v4
126126 with :
127- node-version : ' 16.13.2 '
127+ node-version : ' 22.11.0 '
128128 cache : yarn
129129 - uses : actions/setup-python@v5
130130 with :
@@ -213,7 +213,7 @@ jobs:
213213 lfs : true
214214 - uses : actions/setup-node@v4
215215 with :
216- node-version : ' 16.13.2 '
216+ node-version : ' 22.11.0 '
217217 cache : yarn
218218 - uses : actions/setup-python@v5
219219 with :
@@ -334,7 +334,7 @@ jobs:
334334 lfs : true
335335 - uses : actions/setup-node@v4
336336 with :
337- node-version : ' 16.13.2 '
337+ node-version : ' 22.11.0 '
338338 cache : yarn
339339 - uses : actions/setup-python@v5
340340 with :
Original file line number Diff line number Diff line change 1- FROM node:16.13.2-buster -slim
1+ FROM node:22.11.0-bookworm -slim
22
33WORKDIR /usr/src/app
44
You can’t perform that action at this time.
0 commit comments