Skip to content

Commit ee2b7ba

Browse files
authored
feat: supporting node 18 (#14)
1 parent 00f21bd commit ee2b7ba

File tree

3 files changed

+297
-281
lines changed

3 files changed

+297
-281
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [12.x, 14.x, 16.x]
10+
node-version:
11+
- 14
12+
- 16
13+
- 18
1114

1215
steps:
1316
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)