Skip to content

Update dependency eslint to v8.56.0 (#814) #813

Update dependency eslint to v8.56.0 (#814)

Update dependency eslint to v8.56.0 (#814) #813

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn build
- run: yarn package
- uses: int128/release-typescript-action@v1