add node modules to cache (#604)

This commit is contained in:
Corwin 2024-04-05 00:47:28 +01:00 committed by GitHub
commit 835f167d14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: | path: |
website/app/node_modules
~/.cargo/registry ~/.cargo/registry
~/.cargo/git ~/.cargo/git
~/target ~/target