Skip to content

Commit 1e399c6

Browse files
committed
feat: update to node24
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent f724bcd commit 1e399c6

5 files changed

Lines changed: 105 additions & 98 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup Node.js
101101
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
102102
with:
103-
node-version: '22.18.0'
103+
node-version-file: package.json
104104
- name: Install dependencies
105105
run: npm clean-install
106106
- name: Release

.github/workflows/renovate-custom-hooks.yaml

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

3232
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: '22.18.0'
34+
node-version-file: package.json
3535

3636
- run: |
3737
npm install

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24.4.0

0 commit comments

Comments
 (0)