Update ci

This commit is contained in:
Bill 2022-03-21 02:06:59 -04:00
parent 8fdf9fe631
commit 329acddc02

View File

@ -1,9 +1,8 @@
image: node:15.6 image: node:16.3
stages: stages:
- test - test
- compile - compile
ESLinter: ESLinter:
stage: test stage: test
@ -16,11 +15,11 @@ ESLinter:
- node_modules - node_modules
Compile: Compile:
stage: compile stage: compile
script: script:
- npm i - yarn install
- npm run compile - yarnm compile
cache: cache:
key: ${CI_COMMIT_BRANCH} key: ${CI_COMMIT_BRANCH}
paths: paths:
- node_modules - node_modules