Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #134

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #134

Workflow file for this run

name: Run tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install packages
uses: bahmutov/npm-install@v1
- name: Run build
run: npm run build
- name: Run tests
run: npm run test