Skip to content

chore(deps-dev): bump eslint in the code-style group across 1 directory #1

chore(deps-dev): bump eslint in the code-style group across 1 directory

chore(deps-dev): bump eslint in the code-style group across 1 directory #1

name: Build for dependabot
on:
push:
branches:
- dependabot/**
permissions:
contents: read
packages: read
jobs:
build-for-dependabot:
if: github.actor != 'dependabot[bot]'
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