Skip to content

Commit adf3d19

Browse files
committed
chore: downgrades node version to 14
1 parent eb164bc commit adf3d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version: '18'
57+
node-version: '14'
5858

5959
- name: Install conventionalcommits
6060
run: npm i -D conventional-changelog-conventionalcommits

0 commit comments

Comments
 (0)