Skip to content

build(deps-dev): bump semantic-release from 19.0.5 to 24.0.0 (#43) #29

build(deps-dev): bump semantic-release from 19.0.5 to 24.0.0 (#43)

build(deps-dev): bump semantic-release from 19.0.5 to 24.0.0 (#43) #29

Workflow file for this run

name: Mailslurp Helper Tests
on:
push:
branches:
- main
- master
pull_request:
branches:
- '**'
env:
CI: true
# Force terminal colors. @see https://www.npmjs.com/package/colors
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm i --force
- name: run unit tests
run: npm run test