Skip to content

Commit b30ee67

Browse files
committed
fixup
1 parent 5900968 commit b30ee67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.13.2-buster-slim
1+
FROM node:22.11.0-bookworm-slim
22

33
WORKDIR /usr/src/app
44

0 commit comments

Comments
 (0)