Skip to content

Bump prettier from 3.0.3 to 3.2.5 #1120

Bump prettier from 3.0.3 to 3.2.5

Bump prettier from 3.0.3 to 3.2.5 #1120

Workflow file for this run

name: 'test'
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- run: |
npm ci
npm run all
- run: |
npm run test-coverage
- name: Upload coverage data
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
version_assertion_command: 'grep -q "\"version\": \"$version\"" package.json && grep -q "^ \"version\": \"$version\"" package-lock.json'
dry_run: true