Skip to content

Commit acd2f7c

Browse files
committed
Set Node version in javascript lint workflow
1 parent 5f1398d commit acd2f7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/javascript-lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version: 'latest'
19+
registry-url: 'https://registry.npmjs.org'
20+
1621
- name: Regen openapi libs
1722
run: |
1823
yarn

0 commit comments

Comments
 (0)