Skip to content

Commit 9d73617

Browse files
committed
Remove Node 12 from spec workflow in CI
1 parent 3988559 commit 9d73617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ jobs:
6868
matrix:
6969
os: [ubuntu-latest]
7070
node-version:
71-
- 12.x
7271
- 14.x
7372
- 16.x
7473
- 18.x
74+
- 20.x
75+
- 22.x
7576
steps:
7677
- name: Use Node.js ${{ matrix.node-version }}
7778
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)