Skip to content

Commit 40ed43f

Browse files
authored
Meta: Enable npm cache for actions (refined-github#4538)
1 parent bc26081 commit 40ed43f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v1
2424
with:
2525
node-version: 14
26+
cache: npm
2627
- run: npm ci
2728
- run: npm run ava -- --serial
2829

@@ -47,6 +48,7 @@ jobs:
4748
- uses: actions/setup-node@v1
4849
with:
4950
node-version: 14
51+
cache: npm
5052
- run: npm ci
5153
- run: npm run build:webpack
5254
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)