Skip to content

Update dependency @types/node to v16.18.38 (#1022) #983

Update dependency @types/node to v16.18.38 (#1022)

Update dependency @types/node to v16.18.38 (#1022) #983

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@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn
- run: yarn workspaces run ci:package
- uses: int128/release-typescript-action@v1