Skip to content

Bump prettier from 3.1.0 to 3.1.1 (#188) #85

Bump prettier from 3.1.0 to 3.1.1 (#188)

Bump prettier from 3.1.0 to 3.1.1 (#188) #85

Workflow file for this run

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
name: Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test