nvm on caching lol
Some checks failed
Build and deploy website. / Build static site. (push) Failing after 21m35s
Build and deploy website. / Connect to deployment host, update, and redeploy docs website. (push) Has been skipped

This commit is contained in:
2025-09-10 21:21:25 -07:00
parent ab5f0cb272
commit f92414e914

View File

@@ -46,15 +46,6 @@ jobs:
uses: https://github.com/actions/setup-node@v2
with:
node-version: '20'
cache: 'npm'
-
name: Restore node_modules cache
uses: https://github.com/actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node_modules
-
name: Install node dependencies
run: npm ci