Skip to content

Commit 0ccea2a

Browse files
committed
Run CI on Node 18
1 parent 0f451a6 commit 0ccea2a

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
@@ -22,7 +22,6 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 12.x
2625
- 14.x
2726
- 16.x
2827
- 18.x
@@ -68,9 +67,9 @@ jobs:
6867
matrix:
6968
os: [ubuntu-latest]
7069
node-version:
71-
- 12.x
7270
- 14.x
7371
- 16.x
72+
- 18.x
7473
steps:
7574
- name: Use Node.js ${{ matrix.node-version }}
7675
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)