Skip to content

Commit bad733b

Browse files
Update Node.js version to 24 across project configuration files
Co-authored-by: maciej.jastrzebski <[email protected]>
1 parent 203bac9 commit bad733b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/example-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
cache: 'yarn'
2929

3030
- name: Install and build

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@
100100
},
101101
"packageManager": "[email protected]",
102102
"engines": {
103-
"node": ">=18"
103+
"node": ">=24"
104104
}
105105
}

0 commit comments

Comments
 (0)