File tree Expand file tree Collapse file tree 7 files changed +377
-59
lines changed
.github/actions/setup-env Expand file tree Collapse file tree 7 files changed +377
-59
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/setup-node@v6
1212 with :
13- node-version : 22
13+ node-version : 24
1414 cache : ' npm'
1515
1616 - name : Install Packages
Original file line number Diff line number Diff line change 11# https://turborepo.com/docs/guides/tools/docker
22# https://github.com/vercel/turborepo/tree/main/examples/with-docker
33
4- FROM node:22 -alpine AS base
4+ FROM node:24 -alpine AS base
55
66FROM base AS builder
77# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Original file line number Diff line number Diff line change 8484 "@types/express" : " ^5.0.3" ,
8585 "@types/jest" : " ^30.0.0" ,
8686 "@types/jsonwebtoken" : " ^9.0.10" ,
87- "@types/node" : " ^24.7.2 " ,
87+ "@types/node" : " ^24.9.1 " ,
8888 "@types/string-template" : " ^1.0.7" ,
8989 "@types/supertest" : " ^6.0.3" ,
9090 "@typescript-eslint/eslint-plugin" : " ^8.46.1" ,
Original file line number Diff line number Diff line change 11# https://turborepo.com/docs/guides/tools/docker
22# https://github.com/vercel/turborepo/tree/main/examples/with-docker
33
4- FROM node:22 -alpine AS base
4+ FROM node:24 -alpine AS base
55
66FROM base AS builder
77# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Original file line number Diff line number Diff line change 6868 "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
6969 "@turbo/gen" : " ^2.5.8" ,
7070 "@types/bcryptjs" : " ^3.0.0" ,
71- "@types/node" : " ^24.7.2 " ,
71+ "@types/node" : " ^24.9.1 " ,
7272 "@types/react" : " ^19.2.2" ,
7373 "@types/react-autosuggest" : " ^10.1.11" ,
7474 "@types/react-dom" : " ^19.2.2" ,
You can’t perform that action at this time.
0 commit comments