Skip to content

Ikke lag flere lokalkontoroppgaver #3716

Ikke lag flere lokalkontoroppgaver

Ikke lag flere lokalkontoroppgaver #3716

Workflow file for this run

name: Build app
on: [pull_request, workflow_dispatch]
jobs:
build:
name: Bygg app og Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: yarn
registry-url: "https://npm.pkg.github.com"
if: github.actor != 'dependabot[bot]'
- name: Yarn install
run: yarn --prefer-offline --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- name: Yarn build
run: yarn build