Skip to content

Commit eaf19b4

Browse files
committed
chore: Update Node.js 20 -> 22
1 parent f83682d commit eaf19b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 22
1717

1818
- name: Install dependencies
1919
id: install_deps

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-slim
1+
FROM node:22-slim
22

33
WORKDIR /opt/app/
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before you start, you should install the following softwares:
3535

3636
- Git
3737

38-
- Node.js v20+
38+
- Node.js v22+
3939

4040
- Visual Studio Code
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-nest",
33
"private": true,
44
"engines": {
5-
"node": ">=20"
5+
"node": ">=22"
66
},
77
"scripts": {
88
"start": "cross-env NODE_ENV=production npm run start:prod --workspace=server",

0 commit comments

Comments
 (0)