Skip to content

chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1 #136

chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1

chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1 #136

Workflow file for this run

name: 'Build and Integration Test'
on:
pull_request:
branches:
- main
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run all
test: # make sure the action works on a clean machine without building
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- name: Integration test
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
pre-release: true
develop-branch: beta
version-files: README.md package.json
release-title: Release Automation Action Beta
separator: '.beta.test'
enable-auto-merge: 0