update node to v22
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user