Skip to content

chore(deps-dev): bump next from 13.5.4 to 14.2.21 #18

chore(deps-dev): bump next from 13.5.4 to 14.2.21

chore(deps-dev): bump next from 13.5.4 to 14.2.21 #18

Workflow file for this run

name: NPM Format Check
on: ["pull_request"]
jobs:
npm_test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Run NPM Test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Run NPM Install
run: yarn install
- name: Check formatting
run: npm run format:check