Skip to content

Commit 4ed77df

Browse files
chore(deps): update node.js to v16.20.2
1 parent c63cfc2 commit 4ed77df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.16.0
1+
16.20.2

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.16.0
1+
FROM node:16.20.2
22
WORKDIR /app
33

44
COPY package.json yarn.lock ./

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.16.0
1+
FROM node:16.20.2
22
WORKDIR /app
33

44
COPY package.json yarn.lock ./

0 commit comments

Comments
 (0)