Skip to content

Commit

Permalink
Upgrade node: 20.9.0 -> 22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akgagnat committed Jan 7, 2025
1 parent b39dca3 commit 4abcbe9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
registry-url: https://npm.pkg.github.com/
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
registry-url: https://npm.pkg.github.com/
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
registry-url: https://npm.pkg.github.com/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
registry-url: https://npm.pkg.github.com/
scope: '@navikt'
- name: 'Install dependencies'
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
registry-url: https://npm.pkg.github.com/
scope: '@navikt'
- name: 'Install dependencies'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
registry-url: https://npm.pkg.github.com/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
registry-url: https://npm.pkg.github.com/
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '22.12.0'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.9.0
v22.12.0
2 changes: 1 addition & 1 deletion docker/Dockerfile.bygger
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:22.12.0-alpine
ENV NODE_ENV=production
ARG git_sha

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.fyllut-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:22.12.0-alpine
ENV NODE_ENV=production
ARG git_sha

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"vitest-fetch-mock": "^0.3.0"
},
"engines": {
"node": ">=20.9.0"
"node": ">=22.12.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs}": [
Expand Down

0 comments on commit 4abcbe9

Please sign in to comment.