Skip to content

Commit 30ce4e2

Browse files
committed
ci: Update supported Node.js versions
1 parent e597936 commit 30ce4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
operating-system: [macos-latest, ubuntu-latest]
18-
node-version: [14, 16, 18, 20]
18+
node-version: [16, 18, 20]
1919
name: Node.js ${{ matrix.node-version }} Test on ${{ matrix.operating-system }}
2020

2121
steps:

0 commit comments

Comments
 (0)