Skip to content

build(deps-dev): bump @types/node from 22.10.10 to 22.12.0 (#558) #597

build(deps-dev): bump @types/node from 22.10.10 to 22.12.0 (#558)

build(deps-dev): bump @types/node from 22.10.10 to 22.12.0 (#558) #597

Workflow file for this run

name: 'Main'
on:
push:
branches:
- main
concurrency:
group: main
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
name: Build main
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}
- name: Node setup
uses: ./.github/actions/node-setup
- name: Run Building
run: yarn run build
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'build(actions): update dist'