Skip to content

chore(deps): bump tough-cookie, semantic-release, jest and ts-jest #31

chore(deps): bump tough-cookie, semantic-release, jest and ts-jest

chore(deps): bump tough-cookie, semantic-release, jest and ts-jest #31

Workflow file for this run

name: feature-branch
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!master'
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node & NPM
uses: actions/setup-node@v3
- name: Install node modules
run: npm install
- name: Test
run: npm run test