Skip to content

Bump @ton/core from 0.57.0 to 0.58.1 #572

Bump @ton/core from 0.57.0 to 0.58.1

Bump @ton/core from 0.57.0 to 0.58.1 #572

Workflow file for this run

name: Main
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm --prefix src/frontend ci
- run: npm run lint
- run: npm run typecheck