Skip to content

chore(ci): update github actions + add dependabot.yml #276

chore(ci): update github actions + add dependabot.yml

chore(ci): update github actions + add dependabot.yml #276

Workflow file for this run

name: main
on: push
env:
GITHUB_TOKEN: ${{ secrets.REPOS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
publish:
runs-on: [self-hosted, common]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
check-latest: true
- run: npm install -g npm@latest
- run: npm ci
- name: Release
run: npm run release