Skip to content

chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 (#60) #100

chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 (#60)

chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 (#60) #100

Workflow file for this run

name: Test
on:
push:
permissions:
contents: read
jobs:
test:
name: npm run test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Update npm
run: npm install -g npm@8
- name: Install dependencies
run: npm ci
- name: npm run build
run: npm run build
- name: npm run test
run: npm run test