Skip to content

Commit 7cf999b

Browse files
authored
build: add cache to setup-node GitHub action (#1214)
1 parent 67af7f0 commit 7cf999b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy_gh_pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: actions/setup-node@v4
4444
with:
4545
node-version: "20.11.x"
46+
cache: "npm"
4647

4748
- name: Install and Build 🔧
4849
run: |

0 commit comments

Comments
 (0)