Skip to content

chore(deps): bump next from 13.5.4 to 16.1.7 in /tests/assets/nextjs-sample-project #22

chore(deps): bump next from 13.5.4 to 16.1.7 in /tests/assets/nextjs-sample-project

chore(deps): bump next from 13.5.4 to 16.1.7 in /tests/assets/nextjs-sample-project #22

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