Skip to content

Commit 81f0caf

Browse files
author
ardentia
committed
use node 18 as default for github ci
1 parent e3609ac commit 81f0caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install node.js
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: '14'
32+
node-version: '18'
3333
check-latest: true
3434

3535
- name: Install dependencies

0 commit comments

Comments
 (0)