Skip to content

Commit 2ebcd65

Browse files
committed
fix ci?
1 parent a141a5d commit 2ebcd65

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test_node.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
16+
17+
- name: Use Node.js
18+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 4.4.0
19+
with:
20+
node-version-file: package.json
21+
1622
- run: npm run check:types
1723

1824
test_node:

0 commit comments

Comments
 (0)