Skip to content

bump(deps): update dependency @vercel/ncc to ^0.38.3 (#328) #78

bump(deps): update dependency @vercel/ncc to ^0.38.3 (#328)

bump(deps): update dependency @vercel/ncc to ^0.38.3 (#328) #78

Workflow file for this run

name: CI Package
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
main:
runs-on: ubuntu-latest
environment: fuxingloh/multi-labeler workflow
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version-file: '.nvmrc'
- run: npm install
- run: npm run build
- run: npm run package
- id: app
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
with:
app_id: ${{ secrets.WORKFLOW_APP_ID }}
private_key: ${{ secrets.WORKFLOW_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
token: ${{ steps.app.outputs.token }}
commit-message: 'chore(ci): npm run package'
title: 'chore(ci): npm run package'
body: |
#### What this PR does / why we need it:
Updated `./dist/**` files with `npm run package`.
branch: ci-package