Skip to content

Commit

Permalink
chore: use node v20 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner authored Feb 19, 2024
1 parent 47cb4f8 commit d8bb8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/Iron
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine
# Some tools required when using alpine -> https://github.com/nodejs/docker-node/issues/282#issue-193774074
RUN apk add --no-cache --virtual .gyp python3 make g++

Expand Down

0 comments on commit d8bb8a8

Please sign in to comment.