Skip to content

chore(deps-dev): bump @types/node from 18.15.11 to 18.16.0 #693

chore(deps-dev): bump @types/node from 18.15.11 to 18.16.0

chore(deps-dev): bump @types/node from 18.15.11 to 18.16.0 #693

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
- run: npm ci
- run: npm test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}