Skip to content

Commit 9773a1d

Browse files
authored
feat(ci): check node 18 as well
Added Node 18 to CI Check
1 parent dbb503f commit 9773a1d

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [12, 14, 16]
13+
node-version: [12, 14, 16, 18]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)