Skip to content

Commit

Permalink
chore: drop node 14
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node 14 is no longer supported.
line-o committed Apr 24, 2024
1 parent 31a80d1 commit 9c4e974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14, 16, 18, 20]
node-version: [16, 18, 20]
exist-version: [latest, release, 5.5.1, 4.11.1]
services:
# Label used to access the service container

0 comments on commit 9c4e974

Please sign in to comment.