Skip to content

Updated to use Node20 (#24) #37

Updated to use Node20 (#24)

Updated to use Node20 (#24) #37

Workflow file for this run

name: Update dist file
on:
push:
branches: [main]
jobs:
test:
name: Update dist file
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- run: npm run dist
- uses: ./
with:
file-path: dist/index.js
commit-msg: Update dist file
github-token: ${{ secrets.GITHUB_TOKEN }}