File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 25
25
- name : ⎔ Setup node
26
26
uses : actions/setup-node@v4
27
27
with :
28
- node-version : 20
28
+ node-version : 22
29
29
30
30
- name : 📥 Download deps
31
31
uses : bahmutov/npm-install@v1
46
46
- name : ⎔ Setup node
47
47
uses : actions/setup-node@v4
48
48
with :
49
- node-version : 20
49
+ node-version : 22
50
50
51
51
- name : 📥 Download deps
52
52
uses : bahmutov/npm-install@v1
67
67
- name : ⎔ Setup node
68
68
uses : actions/setup-node@v4
69
69
with :
70
- node-version : 20
70
+ node-version : 22
71
71
72
72
- name : 📥 Download deps
73
73
uses : bahmutov/npm-install@v1
95
95
- name : ⎔ Setup node
96
96
uses : actions/setup-node@v4
97
97
with :
98
- node-version : 20
98
+ node-version : 22
99
99
100
100
- name : 📥 Download deps
101
101
uses : bahmutov/npm-install@v1
Original file line number Diff line number Diff line change @@ -20,3 +20,9 @@ node_modules
20
20
21
21
# Easy way to create temporary files/folders that won't accidentally be added to git
22
22
* .local. *
23
+
24
+ # generated files
25
+ /app /components /ui /icons
26
+
27
+ # react router v7 generated types
28
+ .react-router
Original file line number Diff line number Diff line change 1
1
# This file is moved to the root directory before building the image
2
2
3
3
# base node image
4
- FROM node:20 -bookworm-slim as base
4
+ FROM node:22 -bookworm-slim as base
5
5
6
6
# set for base and all layer that inherit from it
7
7
ENV NODE_ENV production
Original file line number Diff line number Diff line change 158
158
"vitest" : " 3.0.2"
159
159
},
160
160
"engines" : {
161
- "node" : " 20 "
161
+ "node" : " 22 "
162
162
},
163
163
"epic-stack" : true ,
164
164
"prisma" : {
You can’t perform that action at this time.
0 commit comments