Fix cache for CI/CD

This commit is contained in:
Liam 2022-10-26 21:30:41 +01:00
parent 8862f69d66
commit 3975ec8ce4

@ -14,15 +14,12 @@ steps:
mount: mount:
- ./node_modules - ./node_modules
# Other branches
- name: install depends - name: install depends
image: node:18 image: node:18
when:
branch:
exclude:
- main
commands: commands:
- npm install - npm install
# Other branches
- name: test - name: test
image: node:18 image: node:18
when: when: