Skip to content

Commit 00a7ed3

Browse files
chore: node version
1 parent eba096d commit 00a7ed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
uses: actions/checkout@v4
4242
- name: Set up node
4343
uses: actions/setup-node@v4
44+
with:
45+
node-version: '23.6.0'
46+
check-latest: true
4447
- name: Install dependencies
4548
run: yarn install
4649
- name: Build

0 commit comments

Comments
 (0)