Skip to content

Commit a302c83

Browse files
committed
bump node in code style
1 parent 217850f commit a302c83

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/code_style.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v4
24+
with:
25+
node-version: '22'
2426
- name: Check JS
2527
run: |
2628
cd web-app

0 commit comments

Comments
 (0)