Skip to content

Commit 5acb35a

Browse files
authored
Rydding i perioder (#1328)
* Rydding i perioder * Fix tests * Fix tests again * Fix mock data * Fix sonar issues * Fix more sonar issues * Use node 20 in all actions * Add missing await in test * Oppdater test med riktig oppførsel * Vent på grahpql kall før man viser advarsel om mangler oppfølging * Refactor * Fix act warnings * Refactor selectErAktivPeriode og selectHistoriskPeriode * Remove unused imports * Fix viser-historisk-periode selector * Bedre håndtering av oppfolging slutt null/undefined * Cleanup * Fix rename av oppfolgingsperiode id * 1 more test * Opprydding
1 parent 9133b60 commit 5acb35a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1771
-996
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
CI: true
1010
TZ: Europe/Oslo
1111

12-
permissions:
12+
permissions:
1313
contents: write
1414

1515
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
registry-url: "https://npm.pkg.github.com"
2525
- uses: actions/cache@v1
2626
with:

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
ref: ${{ github.head_ref }}
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 18
12+
node-version: 20
1313
registry-url: "https://npm.pkg.github.com"
1414
- name: Kjør prettier
1515
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
registry-url: "https://npm.pkg.github.com"
1717
cache: 'npm'
1818
- run: npm ci

0 commit comments

Comments
 (0)