Skip to content

Merge pull request #98 from oegea/dependabot/npm_and_yarn/webpack-dev… #48

Merge pull request #98 from oegea/dependabot/npm_and_yarn/webpack-dev…

Merge pull request #98 from oegea/dependabot/npm_and_yarn/webpack-dev… #48

Workflow file for this run

name: CI
'on':
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@v2
# Install Node 17
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 17
# Install dependencies
- run: npm ci
# Run tests
- run: npm test