Skip to content

Merge pull request #76 from ntedgi/dependabot/npm_and_yarn/jest-30.2.0 #13

Merge pull request #76 from ntedgi/dependabot/npm_and_yarn/jest-30.2.0

Merge pull request #76 from ntedgi/dependabot/npm_and_yarn/jest-30.2.0 #13

Workflow file for this run

name: publish to npm
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets._GITHUB_TOKEN}} # You need to set this in your repo settings