Skip to content

Commit 9c4e974

Browse files
committed
chore: drop node 14
BREAKING CHANGE: node 14 is no longer supported.
1 parent 31a80d1 commit 9c4e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node-version: [14, 16, 18, 20]
15+
node-version: [16, 18, 20]
1616
exist-version: [latest, release, 5.5.1, 4.11.1]
1717
services:
1818
# Label used to access the service container

0 commit comments

Comments
 (0)