Changed node to 16.13.0
This commit is contained in:
parent
a826a1e0d4
commit
3753580363
|
@ -17,7 +17,7 @@ test:
|
|||
|
||||
build:ui:
|
||||
stage: build
|
||||
image: node:17.3-slim
|
||||
image: node:16.13-slim
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
|
|
@ -15,7 +15,7 @@ actix-cors = "0.5.4"
|
|||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
serde = { version = "1.0.136", features= [ "derive" ] }
|
||||
serde_json = "1.0.78"
|
||||
actix-web = "4.0.0-rc.1"
|
||||
actix-web = "4.0.0-rc.2"
|
||||
actix-rt = "2.6.0"
|
||||
tracing-test = "0.2.1"
|
||||
tracing-actix-web = "0.5.0-rc.1"
|
||||
|
|
Loading…
Reference in New Issue