Skip to content

chore(deps): update dependency tshy to v1.13.0 #155

chore(deps): update dependency tshy to v1.13.0

chore(deps): update dependency tshy to v1.13.0 #155

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
uses: bahmutov/npm-install@3da6b44b121fcdcb64528100e3dcfaffb39159e5 # v1.8.40
with:
install-command: npm ci --foreground-scripts
- name: Lint
run: npm run lint
- name: Test
run: npm run coverage