Skip to content

Merge pull request #888 from input-output-hk/feat/lw-9149-dependencie… #173

Merge pull request #888 from input-output-hk/feat/lw-9149-dependencie…

Merge pull request #888 from input-output-hk/feat/lw-9149-dependencie… #173

Workflow file for this run

name: Test and Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test
run: npm test