Skip to content

build(deps): bump next from 12.3.0 to 13.5.1 #3

build(deps): bump next from 12.3.0 to 13.5.1

build(deps): bump next from 12.3.0 to 13.5.1 #3

Workflow file for this run

name: Test Package
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
- name: Enable node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Setup Python for Deps
run: sudo apt-get update && sudo apt-get install python3-dev -y
- name: Build
run: yarn build
- name: Run tests
run: yarn test