Skip to content

chore(deps-dev): bump typescript from 4.9.4 to 5.2.2 #186

chore(deps-dev): bump typescript from 4.9.4 to 5.2.2

chore(deps-dev): bump typescript from 4.9.4 to 5.2.2 #186

Workflow file for this run

name: release
on:
push:
check_suite:
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
with:
token: ${{ github.token }}
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
run: npx semantic-release