There was an error while loading. Please reload this page.
1 parent 9880325 commit 9bb1dbfCopy full SHA for 9bb1dbf
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install NodeJS
20
uses: actions/setup-node@master
21
with:
22
- node-version: 22
+ node-version: 24
23
registry-url: https://registry.npmjs.org/
24
25
- name: Cache Dependencies
@@ -59,7 +59,7 @@ jobs:
59
git commit -m "refactor: 💡 Release Ops" -a
60
61
- name: Increase Version
62
- run: npm version major
+ run: npm version patch
63
64
- name: Push Updates
65
uses: ad-m/github-push-action@master
0 commit comments