Skip to content

Commit

Permalink
Merge pull request #1529 from navikt/dev/oppgradering-av-dependencies
Browse files Browse the repository at this point in the history
oppgradering av dependencies
  • Loading branch information
hamkel authored Jan 10, 2025
2 parents f025a39 + 96e0ac9 commit 4e9b16a
Show file tree
Hide file tree
Showing 6 changed files with 2,465 additions and 1,254 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frackend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://npm.pkg.github.com/
scope: '@navikt'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-frackend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
registry-url: https://npm.pkg.github.com/
scope: '@navikt'
- name: Install dependencies
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/verify-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
registry-url: https://npm.pkg.github.com/
scope: '@navikt'
cache: 'npm'
cache-dependency-path: apps/frontend
- name: Install dependencies
working-directory: apps/frontend
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

- name: Run ESLint
working-directory: apps/frontend
Expand Down
Loading

0 comments on commit 4e9b16a

Please sign in to comment.