Skip to content

Commit 78d5c3e

Browse files
chore(deps): update dependency node to v22
1 parent 6628e40 commit 78d5c3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- uses: actions/setup-node@v4
113113
with:
114-
node-version: 20
114+
node-version: 22
115115

116116
- name: Log node version
117117
run: node --version
@@ -145,7 +145,7 @@ jobs:
145145
- uses: actions/setup-python@v5
146146
- uses: actions/setup-node@v4
147147
with:
148-
node-version: 20
148+
node-version: 22
149149
- name: Install dependencies
150150
run: yarn install
151151
- uses: pre-commit/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 22
1717

1818
- name: Configure git
1919
run: |

packages/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Once the commands have been run, you can build the image using `yarn build-image`
1111

12-
FROM node:18-bookworm-slim
12+
FROM node:22-bookworm-slim
1313

1414
# Install isolate-vm dependencies, these are needed by the @backstage/plugin-scaffolder-backend.
1515
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \

0 commit comments

Comments
 (0)