Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 0e9fa12

Browse files
authored
Merge pull request #39 from Mable-AI/fix-update-release-job
fix: pipeline
2 parents 27d3629 + 4527b51 commit 0e9fa12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
cache: npm
15-
node-version: 16
15+
node-version: 20
1616
- run: npm ci
1717
- run: npx semantic-release
1818
env:

0 commit comments

Comments
 (0)