chore(deps): upgrade node version from 22.11 to 24.1

This commit is contained in:
Sonny
2025-07-05 15:49:59 +02:00
parent 8efa281a48
commit 15e580942c
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ storage
# Additional good to have ignores for dockerignore # Additional good to have ignores for dockerignore
Dockerfile* Dockerfile*
docker-compose* compose*
.dockerignore .dockerignore
*.md *.md
.git .git

View File

@@ -1,6 +1,6 @@
# Source : https://github.com/adonisjs-community/adonis-packages/blob/main/Dockerfile # Source : https://github.com/adonisjs-community/adonis-packages/blob/main/Dockerfile
FROM node:22.14-alpine3.20 AS base FROM node:24.1-alpine3.20 AS base
RUN apk --no-cache add curl RUN apk --no-cache add curl
RUN corepack enable RUN corepack enable

View File

@@ -118,7 +118,7 @@
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix" "*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
}, },
"volta": { "volta": {
"node": "22.11.0" "node": "24.1.0"
}, },
"pnpm": { "pnpm": {
"overrides": { "overrides": {