Skip to content

Update dependency @notionhq/client to v2.2.15 #4358

Update dependency @notionhq/client to v2.2.15

Update dependency @notionhq/client to v2.2.15 #4358

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: yarn install
run: |
corepack enable
yarn install --immutable
- name: Run eslint
run: yarn lint