ci: cache npm dependencies
Some checks failed
Build / build (pull_request) Failing after 1m30s

This commit is contained in:
Sainan 2025-08-29 12:51:21 +02:00
parent a2171c80a5
commit 9e5fa3ad18

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/setup-node@v4.0.2
with:
node-version: ">=20.18.1"
cache: 'npm'
- run: npm ci
- run: cp config-vanilla.json config.json
- run: npm run verify