Skip to content

ci: Extend node version matrix and check docs (#25) #13

ci: Extend node version matrix and check docs (#25)

ci: Extend node version matrix and check docs (#25) #13

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}