Skip to content

build(deps): bump next from 12.3.1 to 15.1.1 #57

build(deps): bump next from 12.3.1 to 15.1.1

build(deps): bump next from 12.3.1 to 15.1.1 #57

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
check_pr:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
# TODO: Use CLI guess.