Skip to content

Update dependency yaml to v2.4.2 (#348) #289

Update dependency yaml to v2.4.2 (#348)

Update dependency yaml to v2.4.2 (#348) #289

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false
fetch-depth: 0
- name: Setup
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Commit & Push changes
uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: Update dist/index.js; ${{ github.event.head_commit.message }}
branch: dist
force: true