Skip to content

Merge pull request #9 from imdaxsz/dependabot/npm_and_yarn/react-rout… #39

Merge pull request #9 from imdaxsz/dependabot/npm_and_yarn/react-rout…

Merge pull request #9 from imdaxsz/dependabot/npm_and_yarn/react-rout… #39

Workflow file for this run

name: Test
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: install dependencies
run: npm ci