Skip to content

Commit 8bd8101

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Node runtime version updated to 22.x.
1 parent 619c515 commit 8bd8101

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [
1717
"ubuntu-latest"
1818
]
19-
node-version: [20.x]
19+
node-version: [22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
"ubuntu-latest",
2222
"macOS-latest"
2323
]
24-
node-version: [18.x, 19.x, 20.x]
24+
node-version: [18.x, 20.x, 22.x]
2525
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2626

2727
steps:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM node:20.2.0-alpine3.16 AS base
1+
FROM node:22.1.0-alpine3.19 AS base
22

33
RUN apk add --update --no-cache make
44

55
ENV WORKDIR=/app
66
WORKDIR ${WORKDIR}
77

8-
FROM node:20.2.0-alpine3.16 AS lint
8+
FROM node:22.1.0-alpine3.19 AS lint
99

1010
ENV WORKDIR=/app
1111
WORKDIR ${WORKDIR}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Developed with runtime:
147147

148148
```text
149149
node --version
150-
v20.5.0
150+
v22.1.0
151151
```
152152

153153
### License

0 commit comments

Comments
 (0)