Skip to content

fix(deps): bump eslint-plugin-import from 2.29.1 to 2.30.0 #25

fix(deps): bump eslint-plugin-import from 2.29.1 to 2.30.0

fix(deps): bump eslint-plugin-import from 2.29.1 to 2.30.0 #25

name: Build for dependabot
on:
push:
branches:
- dependabot/**
permissions:
contents: read
packages: read
jobs:
build-for-dependabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: "https://npm.pkg.github.com"
scope: "@navikt"
- uses: actions/cache@v4
id: yarn-cache
with:
path: .yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn --immutable
- run: yarn test