Skip to content

SK24 - Update dependencies and migrate from yarn v1 to npm #142

SK24 - Update dependencies and migrate from yarn v1 to npm

SK24 - Update dependencies and migrate from yarn v1 to npm #142

Workflow file for this run

name: 'Unit Tests'
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- run: npm install
- run: npm run test