build: update nodejs version
This commit is contained in:
parent
1ce1180ad7
commit
b55b4e761e
4
.gitignore
vendored
4
.gitignore
vendored
@ -26,3 +26,7 @@ yarn-error.log*
|
|||||||
# ide
|
# ide
|
||||||
/.vscode
|
/.vscode
|
||||||
/.idea
|
/.idea
|
||||||
|
|
||||||
|
.yarn/*
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/plugins
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
image: node:20.11.1-alpine
|
image: node:20.14.0-alpine
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- preparing
|
- preparing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user