diff options
| author | tusooa <tusooa@kazv.moe> | 2022-07-18 03:48:11 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-07-18 03:48:11 +0000 |
| commit | cc964d9a3fe7634c352557ea9344d936bec466fc (patch) | |
| tree | 4e70925096c6a17d37fe8de4253b6769530dddc6 | |
| parent | 5d246cc71141276ab4b685b656f27bfc135a9f55 (diff) | |
Use node 16
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fdf86dd..305155d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:18 +image: node:16 stages: - lint |
