Skip to content

chore(deps): update node.js to >=20.9.0 #1185

chore(deps): update node.js to >=20.9.0

chore(deps): update node.js to >=20.9.0 #1185

Workflow file for this run

name: Prettier
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
show-progress: false
- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version-file: ".nvmrc"
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- name: Install dependencies
shell: bash
run: |
npm ci --ignore-scripts
- name: Run Prettier
shell: bash
run: |
npx --no-install prettier --check .