update node to v22

This commit is contained in:
Aarni Halinen
2025-02-09 21:08:18 +02:00
parent 916e0bdaf0
commit 3f73fbec62
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ stages:
- cleanup
install:
image: node:14
image: node:22
stage: setup
only:
- pushes
@@ -67,7 +67,7 @@ lint:py:
- black --check .
lint:js:
image: node:14
image: node:22
stage: lint
only:
- pushes
@@ -76,7 +76,7 @@ lint:js:
- npm run lint:js
lint:md:
image: node:14
image: node:22
stage: lint
only:
- pushes