Skip to content

Commit f99f269

Browse files
chore(deps): update dependency node to v24
1 parent 5c5d5bb commit f99f269

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js environment
3131
uses: actions/setup-node@v5.0.0
3232
with:
33-
node-version: 22.x
33+
node-version: 24.x
3434

3535
# Runs a single command using the runners shell
3636
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js environment
2727
uses: actions/setup-node@v5.0.0
2828
with:
29-
node-version: 22.x
29+
node-version: 24.x
3030

3131
# Runs a single command using the runners shell
3232
- name: Run a one-line script

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 22.21.1
1+
nodejs 24.11.0

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@emotion/cache": "^11.11.0",
3939
"@graphql-eslint/eslint-plugin": "^4.0.0",
40-
"@types/node": "^22.0.0",
40+
"@types/node": "^24.0.0",
4141
"@types/react": "^18.2.15",
4242
"@types/react-dom": "^18.2.7",
4343
"@typescript-eslint/eslint-plugin": "^8.0.0",

0 commit comments

Comments
 (0)