Skip to content

Commit 5adc2e3

Browse files
authored
feat: upgrade to Node.js 20 (#4)
* feat: upgrade to Node.js 20 * refactor: use latest coding style from eslint-plugin-matrix-org (#5) * feat: upgrade to Node.js 20
1 parent a5979ca commit 5adc2e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine
1+
FROM node:20-alpine
22

33
COPY package.json yarn.lock ./
44
RUN yarn install --production

0 commit comments

Comments
 (0)