Skip to content

Commit d99f046

Browse files
committed
build: upgrade Node.js to v24 in CI and update project configuration
1 parent 5d74df6 commit d99f046

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TZ=UTC
22
PORT=3333
33
HOST=0.0.0.0
44
LOG_LEVEL=info
5-
APP_KEY=2wwaLcLzSYWa26netuCylzPFZWnIa1KV
5+
APP_KEY=
66
NODE_ENV=development
77
APP_URL=http://localhost:3333
88
SESSION_DRIVER=cookie
@@ -22,4 +22,4 @@ GATEWAY_ONE_TOKEN=FEC9BB078BF338F464F96B48089EB498
2222
# Gateway Two (Mock)
2323
GATEWAY_TWO_URL=http://gateways-mock:3002
2424
GATEWAY_TWO_TOKEN=tk_f2198cc671b5289fa856
25-
GATEWAY_TWO_SECRET=3d15e8ed6131446ea7e3456728b1211f
25+
GATEWAY_TWO_SECRET=3d15e8ed6131446ea7e3456728b1211f

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Use Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: '20'
37+
node-version: '24'
3838
cache: 'npm'
3939

4040
- name: Install dependencies

package-lock.json

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

0 commit comments

Comments
 (0)