Skip to content

Commit db80737

Browse files
authored
chore: Add Node 18 to CI (#915)
1 parent 016838b commit db80737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
node: [14, 16]
18+
node: [14, 16, 18]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)