Skip to content

fix(deps): update dependency @kapeta/codegen to v1.6.1 #83

fix(deps): update dependency @kapeta/codegen to v1.6.1

fix(deps): update dependency @kapeta/codegen to v1.6.1 #83

Workflow file for this run

name: PR Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install --ignore-scripts
- run: npm run test
- run: npm run build