Skip to content

chore(deps-dev): bump prettier from 2.7.1 to 3.3.3 #662

chore(deps-dev): bump prettier from 2.7.1 to 3.3.3

chore(deps-dev): bump prettier from 2.7.1 to 3.3.3 #662

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: |
npm ci
- run: |
npm run all
env:
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}