Skip to content

Commit 0ce2b34

Browse files
committed
update CI
1 parent bf980b6 commit 0ce2b34

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v6
2222
with:
2323
cache: "npm"
24+
node-version-file: .node-version
2425
- run: npm ci
2526
- run: npm run build
2627
- run: npm test

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/setup-node@v6
2929
with:
3030
cache: "npm"
31+
node-version-file: .node-version
3132

3233
- run: npm ci
3334

0 commit comments

Comments
 (0)