Skip to content

Commit 155d3d2

Browse files
Stormhegthibaudcolas
authored andcommitted
Use Node 22
1 parent 6d8367c commit 155d3d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
node: 20.15.0
2+
node: 22.11.0
33
python: python3.12
44
repos:
55
- repo: https://github.com/psf/black

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# (Keep the version in sync with the node install below)
2-
FROM node:20 as frontend
2+
FROM node:22 as frontend
33

44
# Install front-end dependencies.
55
COPY package.json package-lock.json tsconfig.json webpack.config.js ./

0 commit comments

Comments
 (0)