update node to v22
This commit is contained in:
+3
-3
@@ -8,7 +8,7 @@ stages:
|
|||||||
- cleanup
|
- cleanup
|
||||||
|
|
||||||
install:
|
install:
|
||||||
image: node:14
|
image: node:22
|
||||||
stage: setup
|
stage: setup
|
||||||
only:
|
only:
|
||||||
- pushes
|
- pushes
|
||||||
@@ -67,7 +67,7 @@ lint:py:
|
|||||||
- black --check .
|
- black --check .
|
||||||
|
|
||||||
lint:js:
|
lint:js:
|
||||||
image: node:14
|
image: node:22
|
||||||
stage: lint
|
stage: lint
|
||||||
only:
|
only:
|
||||||
- pushes
|
- pushes
|
||||||
@@ -76,7 +76,7 @@ lint:js:
|
|||||||
- npm run lint:js
|
- npm run lint:js
|
||||||
|
|
||||||
lint:md:
|
lint:md:
|
||||||
image: node:14
|
image: node:22
|
||||||
stage: lint
|
stage: lint
|
||||||
only:
|
only:
|
||||||
- pushes
|
- pushes
|
||||||
|
|||||||
Reference in New Issue
Block a user