Skip to content

Bump next from 13.5.4 to 14.1.1 #64

Bump next from 13.5.4 to 14.1.1

Bump next from 13.5.4 to 14.1.1 #64

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- name: Run Prettier
run: npm run prettier