Skip to content

Commit 752b438

Browse files
authored
ci: update node version (#194)
fix node version Signed-off-by: jokemanfire <[email protected]>
1 parent 817e62d commit 752b438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: '16'
32+
node-version: '20'
3333

3434
- name: Install commitlint
3535
run: |

0 commit comments

Comments
 (0)