Skip to content

Commit c0f8110

Browse files
authored
Update ci.yml
Add caching for npm
1 parent fefd240 commit c0f8110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
cache: 'npm'
2324
- if: startsWith(matrix.os, 'ubuntu')
2425
run: sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa
2526
libglew-dev libglu1-mesa-dev libosmesa6

0 commit comments

Comments
 (0)