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:
- ./node_modules
# Other branches
- name: install depends
image: node:18
when:
branch:
exclude:
- main
commands:
- npm install
# Other branches
- name: test
image: node:18
when: