Skip to content

Commit e20cc18

Browse files
authored
build: add node v18 (#16)
1 parent e113f19 commit e20cc18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
- os: ubuntu-latest
4545
node: "17.x"
4646
eslint: "8.x"
47-
47+
- os: ubuntu-latest
48+
node: "18.x"
49+
eslint: "8.x"
4850
runs-on: ${{ matrix.os }}
4951
steps:
5052
- name: Checkout

0 commit comments

Comments
 (0)