Skip to content

Commit

Permalink
⬆️: Upgrade Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent 91afde3 commit 42bf20a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS builder
FROM node:20 AS builder

RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/node": "20.1.7",
"@types/node": "20.5.1",
"@types/react": "18.2.6",
"@types/react-beautiful-dnd": "13.1.4",
"@types/react-dom": "18.2.4",
Expand Down
Loading

0 comments on commit 42bf20a

Please sign in to comment.