ci: cache npm dependencies #2720

Closed
Sainan wants to merge 2 commits from ci-npm-cache into main

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