]> git.r.bdr.sh - rbdr/forum/blobdiff - .gitlab-ci.yml
Use supabase
[rbdr/forum] / .gitlab-ci.yml
index 703003ce331ec428ed4906721a19e57a64334927..bdafecd3499ee0d7d049c5ddfc9f8a9eb351e619 100644 (file)
@@ -1,11 +1,11 @@
-image: node:15
+image: node:18
 
 stages:
   - lint
   - test
 
 before_script:
-    - npm install
+  - npm install
 
 lint:
   stage: lint