Don't cache deps

This commit is contained in:
2022-12-28 13:23:34 +00:00
parent 84437d7cfc
commit 9c2fbafb57

View File

@@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Run 'make build'
run: make build
shell: bash