Skip to content

Commit e09831b

Browse files
authored
ci: specify the node version (cotes2020#1694)
1 parent 05e3689 commit e09831b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Setup Node
3636
uses: actions/setup-node@v4
37+
with:
38+
node-version: latest
3739

3840
- name: Build Assets
3941
run: npm i && npm run build

.github/workflows/style-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717

1818
- name: Setup Node
1919
uses: actions/setup-node@v4
20+
with:
21+
node-version: latest
2022
- run: npm i
2123
- run: npm test

0 commit comments

Comments
 (0)