Skip to content

Latest dependencies #45

Latest dependencies

Latest dependencies #45

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '**/*'
paths-ignore:
- 'README.md'
pull_request:
branches:
- 'main'
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: szenius/[email protected]
with:
timezoneLinux: "Europe/Amsterdam"
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test