Skip to content

⚰️ Ta i bruk wonderwall og @navikt/oasis #431

⚰️ Ta i bruk wonderwall og @navikt/oasis

⚰️ Ta i bruk wonderwall og @navikt/oasis #431

Workflow file for this run

name: prs
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: install dependencies
run: npm ci --ignore-scripts
- name: test
run: npm run test
- name: build
run: npm run build