Skip to content

Commit c837ad9

Browse files
committed
Also run spec on modern Node versions in CI
1 parent a64b830 commit c837ad9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
6767
matrix:
6868
os: [ubuntu-latest]
6969
node-version:
70-
- 12.x
71-
- 14.x
7270
- 16.x
7371
- 18.x
72+
- 20.x
7473
steps:
7574
- name: Use Node.js ${{ matrix.node-version }}
7675
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)