Skip to content

Commit 35cfd5d

Browse files
committed
Enable caching in GitHub Actions
1 parent 55f354b commit 35cfd5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: actions/setup-node@v4
1414
with:
1515
node-version: 20
16+
cache: npm
1617
- run: npm ci
1718
- run: npm run lint
1819
- run: npm run build

0 commit comments

Comments
 (0)