Skip to content

Commit 9bb1dbf

Browse files
committed
chore: node 24 on build action
1 parent 9880325 commit 9bb1dbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install NodeJS
2020
uses: actions/setup-node@master
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
registry-url: https://registry.npmjs.org/
2424

2525
- name: Cache Dependencies
@@ -59,7 +59,7 @@ jobs:
5959
git commit -m "refactor: 💡 Release Ops" -a
6060
6161
- name: Increase Version
62-
run: npm version major
62+
run: npm version patch
6363

6464
- name: Push Updates
6565
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)