Skip to content

Commit fb625af

Browse files
chore(deps): update node.js to v22
1 parent c59318b commit fb625af

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/api-control.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: ⚙️ Setup node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: '18.18'
18+
node-version: '22.15'
1919
cache: 'yarn'
2020

2121
- name: 📦 Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: ⚙️ Setup node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: '18.18'
29+
node-version: '22.15'
3030
cache: 'yarn'
3131

3232
- name: 📦 Install dependencies

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: ⚙️ Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18.18'
19+
node-version: '22.15'
2020
cache: 'yarn'
2121

2222
- name: 📦 Install dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.6
1+
22.15.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- Base ----
2-
FROM node:18.20.6-alpine AS base
2+
FROM node:22.15.1-alpine AS base
33

44
# ------------------
55
# package.json cache
@@ -52,7 +52,7 @@ RUN true \
5252
# ---- Final ----
5353
# Resulting new, minimal image
5454
# This image must have the minimum amount of layers
55-
FROM node:18.20.6-alpine as final
55+
FROM node:22.15.1-alpine as final
5656

5757
ENV NODE_ENV production
5858

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"validator": "13.12.0"
8787
},
8888
"engines": {
89-
"node": "^18.0.0",
89+
"node": "^22.0.0",
9090
"yarn": "^1.22.0"
9191
},
9292
"repository": {

0 commit comments

Comments
 (0)