Skip to content

Commit adcf2d1

Browse files
committed
ci setup node
1 parent 27faa11 commit adcf2d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
with:
2121
node-version: ${{ env.NODE_VERSION }}
2222

23+
- name: Setup Node version
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: ${{ env.NODE_VERSION }}
27+
cache: npm
28+
2329
- name: Cache Package Node Modules
2430
uses: actions/cache@v4
2531
with:

0 commit comments

Comments
 (0)