Commit c940bc8a authored by hyeryung's avatar hyeryung

update node version

parent 345ea747
Pipeline #18794 failed with stages
in 1 minute and 47 seconds
image: node:16.20.2-stretch image: node:10.14.2-stretch
stages: [setup, verify, deploy] stages: [setup, verify, deploy]
install: install:
stage: setup stage: setup
......
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
"browserslist": [ "browserslist": [
"last 2 versions" "last 2 versions"
], ],
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": { "devDependencies": {
"@asciidoctor/core": "~2.2", "@asciidoctor/core": "~2.2",
"@fontsource/roboto": "~4.5", "@fontsource/roboto": "~4.5",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment