Skip to content

Commit b8b1399

Browse files
committed
chore: Update Node.js 20 -> 22
1 parent 9fc8df7 commit b8b1399

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
@@ -40,7 +40,7 @@ Before you start, you should install the following softwares:
4040

4141
- Git
4242

43-
- Node.js v20+
43+
- Node.js v22+
4444

4545
- Visual Studio Code
4646

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)