Skip to content

build(deps-dev): bump smee-client from 1.2.3 to 2.0.0 #203

build(deps-dev): bump smee-client from 1.2.3 to 2.0.0

build(deps-dev): bump smee-client from 1.2.3 to 2.0.0 #203

Workflow file for this run

name: Test & Coverage
on: [pull_request, push]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 20
- name: Install npm dependencies
run: npm install
- name: Run Code Test and Coverage Test
run: npm run test