Skip to content

Commit 4b8ea9e

Browse files
committed
feat: add node_modules cache on gh actions
1 parent 684608a commit 4b8ea9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v6
2323

24+
- name: Cache node modules
25+
uses: actions/cache@v4
26+
with:
27+
path: node_modules
28+
2429
- name: Checkout code
2530
uses: actions/checkout@v4
2631
with:

0 commit comments

Comments
 (0)