Skip to content

Commit f7905e2

Browse files
committed
chore(node): node updated
1 parent be9f923 commit f7905e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 🗜️ Setup node version
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: 🛠️ Install
@@ -69,7 +69,7 @@ jobs:
6969
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, 'beta') == false
7070
uses: actions/setup-node@v4
7171
with:
72-
node-version: 22
72+
node-version: 24
7373
registry-url: https://npm.pkg.github.com/
7474
scope: '@celtian'
7575

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 🗜️ Setup node version
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 22
16+
node-version: 24
1717
registry-url: 'https://registry.npmjs.org'
1818

1919
- name: 🛠️ Install

0 commit comments

Comments
 (0)