Commit 8ccee653 authored by KiraaCorsac's avatar KiraaCorsac
Browse files

fix image typo

parent 2d12e747
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# The Docker image that will be used to build your app
image: note:lts
image: node:lts
# Functions that should be executed before the build script is run
before_script:
  - npm ci