Skip to content

ny version 12.0.3 av komponentkartan publicerad #118

ny version 12.0.3 av komponentkartan publicerad

ny version 12.0.3 av komponentkartan publicerad #118

Workflow file for this run

name: komponentkartan-ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, lint, build, and test
run: |
npm ci
npm run lint
npm run build
npm run test-ci
env:
CI: true