Skip to content
Snippets Groups Projects
Commit d2521ccc authored by Christopher Krawietz's avatar Christopher Krawietz
Browse files

[BUG] — use lts node version

parent 9e96188d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
linting: linting:
stage: linting stage: linting
image: node:14.15.1 image: node:lts
cache: cache:
paths: paths:
- node_modules/ - node_modules/
...@@ -14,13 +14,13 @@ linting: ...@@ -14,13 +14,13 @@ linting:
deploy: deploy:
stage: deploy stage: deploy
image: node:14.15.1 image: node:lts
cache: # cache:
paths: # paths:
- node_modules/ # - node_modules/
script: script:
- yarn cache verify
- yarn install - yarn install
- rm -rf public
- yarn build - yarn build
artifacts: artifacts:
expire_in: 1 day expire_in: 1 day
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment