Skip to content

Bruker node native fetch nå som den er tilgjengelig #11

Bruker node native fetch nå som den er tilgjengelig

Bruker node native fetch nå som den er tilgjengelig #11

Workflow file for this run

name: build and test PR
on:
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test