Skip to content

Bump @storybook/builder-webpack5 from 6.5.16 to 7.0.7 #1713

Bump @storybook/builder-webpack5 from 6.5.16 to 7.0.7

Bump @storybook/builder-webpack5 from 6.5.16 to 7.0.7 #1713

name: Valider pull request
on:
pull_request:
paths-ignore:
- "**.md"
- "**.MD"
- ".gitignore"
- "LICENCE"
- "CODEOWNERS"
- "dev/**"
- "**.yml"
- "**.yaml"
jobs:
valid-pull-request:
name: Valider pull request
runs-on: ubuntu-latest
steps:
- name: Hente kode
uses: actions/checkout@v3
- name: Sette yarn-config
run: |
yarn config set npmScopes.navikt.npmRegistryServer "https://npm.pkg.github.com"
yarn config set npmScopes.navikt.npmAlwaysAuth true
yarn config set npmScopes.navikt.npmAuthToken $NPM_AUTH_TOKEN
env:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- name: Sette opp Node
uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
cache: yarn
- name: Installere dependencies
run: yarn install --immutable
- name: Tester
run: yarn test --maxWorkers=2
- name: Linting
run: yarn css:lint
- name: Bygge
run: yarn build