Skip to content

Commit 93c7ab7

Browse files
committed
ci: setup-node
1 parent 5087baf commit 93c7ab7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
steps:
7474
- name: Checkout code
7575
uses: actions/checkout@v6
76+
- name: Use Node.js
77+
uses: actions/setup-node@v6
78+
with:
79+
node-version-file: '.nvmrc'
7680
- run: npm ci
7781
- name: Build
7882
run: npm run build:docs

0 commit comments

Comments
 (0)