Skip to content

Commit b974ef1

Browse files
authored
ci: use cache
1 parent fde1abb commit b974ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: current
40+
cache: npm
4041
- name: Install node packages
4142
run: npm ci
43+
- uses: Swatinem/[email protected]
4244
- name: Install mdBook
4345
uses: baptiste0928/cargo-install@v2
4446
with:

0 commit comments

Comments
 (0)