Skip to content

build(deps-dev): bump prettier from 3.0.2 to 3.3.3 #86

build(deps-dev): bump prettier from 3.0.2 to 3.3.3

build(deps-dev): bump prettier from 3.0.2 to 3.3.3 #86

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
npm test