Skip to content

chore(deps): update dependency aquaproj/aqua to v2.55.3 #527

chore(deps): update dependency aquaproj/aqua to v2.55.3

chore(deps): update dependency aquaproj/aqua to v2.55.3 #527

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Generate token
id: generate_token
uses: actions/[email protected]
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ steps.generate_token.outputs.token }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: 'generate-matrix/.nvmrc'
- name: Build
working-directory: generate-matrix
run: |
npm install
npm ci
npm run build
- name: Commit
uses: EndBug/[email protected]
with:
author_name: "github-actions[bot]"
author_email: "github-actions[bot]@users.noreply.github.com"
committer_name: "github-actions[bot]"
committer_email: "github-actions[bot]@users.noreply.github.com"