Skip to content

Commit

Permalink
build: bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed May 22, 2024
1 parent a3962ac commit fa72931
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ADD app .

# Build the react app
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /home/gram

Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/klarna/gram#readme",
"engines": {
"node": "18"
"node": "20"
},
"dependencies": {
"@gram/config": "^4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "4.10.0",
"private": true,
"engines": {
"node": "18"
"node": "20"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/klarna/gram#readme",
"engines": {
"node": "18"
"node": "20"
},
"dependencies": {
"@gram/aws": "^4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/klarna/gram#readme",
"engines": {
"node": "18"
"node": "20"
},
"dependencies": {
"@sentry/integrations": "^7.6.0",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa72931

Please sign in to comment.