Skip to content

Feature/bumping npm and pkgs (#6) #23

Feature/bumping npm and pkgs (#6)

Feature/bumping npm and pkgs (#6) #23

Workflow file for this run

name: regenerate
on:
push:
jobs:
regenerate_dist-index_js:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4.1.1
-
name: regenerate dist/index.js
run: |
export NODE_OPTIONS=--openssl-legacy-provider
sudo npm i -g @vercel/ncc@0.38.1
npm install
ncc build index.js
-
name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d
with:
file_pattern: dist/index.js
commit_message: Regenerate dist/index.js