Skip to content

Merge pull request #7 from imdaxsz/dependabot/npm_and_yarn/typescript… #38

Merge pull request #7 from imdaxsz/dependabot/npm_and_yarn/typescript…

Merge pull request #7 from imdaxsz/dependabot/npm_and_yarn/typescript… #38

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