Skip to content

Commit 30cf681

Browse files
authored
feat: adding support for node 18 (#64)
1 parent e5b2d50 commit 30cf681

File tree

3 files changed

+205
-227
lines changed

3 files changed

+205
-227
lines changed

.github/workflows/ci.yml

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

1216
steps:
1317
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)