diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d6506d..b7feea6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ before_script: - uname -a -image: node:15-buster +image: node:16-buster pages: # the job must be named pages - image: node:15-buster + image: node:16-buster stage: deploy tags: - linux |