Skip to content

fix(deps): update dependency @types/node to v18.19.68 (#89) #97

fix(deps): update dependency @types/node to v18.19.68 (#89)

fix(deps): update dependency @types/node to v18.19.68 (#89) #97

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.tool-versions'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: npx semantic-release