We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8367c commit 155d3d2Copy full SHA for 155d3d2
.nvmrc
@@ -1 +1 @@
1
-20
+22
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
default_language_version:
2
- node: 20.15.0
+ node: 22.11.0
3
python: python3.12
4
repos:
5
- repo: https://github.com/psf/black
Dockerfile
# (Keep the version in sync with the node install below)
-FROM node:20 as frontend
+FROM node:22 as frontend
# Install front-end dependencies.
COPY package.json package-lock.json tsconfig.json webpack.config.js ./
0 commit comments