Skip to content

bump ncc

bump ncc #14

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths:
- src/**
- package-lock.json
- action.yml
- .github/workflows/build.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- name: script/bootstrap
run: script/bootstrap
- name: script/cibuild
run: script/cibuild
- name: Update README
run: script/update-readme
- name: Create Pull Request
uses: peter-evans/create-pull-request@000e3c600203cb255d83817abb762ece92981dc9
with:
commit-message: Update build
title: Update build