Update ci

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

View File

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