Skip to content

Bump @types/node from 18.11.8 to 20.11.19 #270

Bump @types/node from 18.11.8 to 20.11.19

Bump @types/node from 18.11.8 to 20.11.19 #270

Workflow file for this run

name: Run Prettier
on:
pull_request: {}
push:
branches:
- master
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn prettier