Skip to content

Commit 5917846

Browse files
authored
chore: run tests on Node 18 (#1097)
1 parent 323d836 commit 5917846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
node-version: [12.x, 14.x, 16.x, 17.x]
70+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
7171
eslint-version: [6, 7, 8]
7272
runs-on: ubuntu-latest
7373

0 commit comments

Comments
 (0)