Skip to content

Commit 2d1fc91

Browse files
authored
chore: add Node 18 to CI (#247)
1 parent 34935df commit 2d1fc91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node_version: [12.x, 14.x, 16.x]
22+
node_version: [12.x, 14.x, 16.x, 18.x]
2323
os: [ubuntu-latest, windows-latest, macos-latest]
2424
fail-fast: false
2525

@@ -35,7 +35,7 @@ jobs:
3535
run: npm i
3636

3737
- name: Lint
38-
if: ${{ matrix.node_version != '12.x' }}
38+
if: ${{ matrix.node_version == '14.x' }}
3939
run: npm run lint
4040

4141
- name: Test

0 commit comments

Comments
 (0)