Add npm cache to CI workflow
This commit is contained in:
parent
ec84ed4295
commit
92caef44eb
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -12,5 +12,6 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user