Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

chore(deps-dev): bump prettier from 3.2.2 to 3.2.5 #744

chore(deps-dev): bump prettier from 3.2.2 to 3.2.5

chore(deps-dev): bump prettier from 3.2.2 to 3.2.5 #744

Workflow file for this run

name: Run npm tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true