Skip to content

Commit

Permalink
⬆️ Oppgraderer til node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Nov 16, 2023
1 parent 1a3af53 commit 387bc3b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
buildDev:
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@node-20
permissions:
contents: read
id-token: write
Expand All @@ -22,7 +22,7 @@ jobs:
playwright: false
cdn: true
buildProd:
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@node-20
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@navikt/ds-css": "^5.10.1",
"@navikt/ds-react": "^5.10.1",
"@navikt/nav-dekoratoren-moduler": "^2.1.0",
"@navikt/next-api-proxy": "^3.3.0",
"@navikt/next-api-proxy": "^3.4.0",
"@vercel/otel": "^0.3.0",
"cookie": "^0.5.0",
"date-fns": "^2.28.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1029,10 +1029,10 @@
html-react-parser "^3.0.16"
node-cache "^5.1.2"

"@navikt/next-api-proxy@^3.3.0":
version "3.3.0"
resolved "https://npm.pkg.github.com/download/@navikt/next-api-proxy/3.3.0/c3d32b0d9bbfd066b679546165f0ee48d972e954#c3d32b0d9bbfd066b679546165f0ee48d972e954"
integrity sha512-Ad/Ybiket4BR/lw8/DFQ4+v6aQFouMRZvmjb4uH+dhM1nST+/yriuUv5ZOkIUPGwkVavOfptrPI6DSYKRRaANg==
"@navikt/next-api-proxy@^3.4.0":
version "3.4.0"
resolved "https://npm.pkg.github.com/download/@navikt/next-api-proxy/3.4.0/b0ec19f54b1f153ed3f91e6f513ba97d146c6f01#b0ec19f54b1f153ed3f91e6f513ba97d146c6f01"
integrity sha512-qXCa0BOFPIvjAFC6ieMC71EKzc5mlVc/0OvUgC0DdeKxyokr+wuQWWrHYwPnToz2uEejv2m80IH6O4cw5hW1dQ==

"@next/[email protected]":
version "13.1.2"
Expand Down

0 comments on commit 387bc3b

Please sign in to comment.