Skip to content

Bump semver from 6.3.0 to 6.3.1 (#58) #21

Bump semver from 6.3.0 to 6.3.1 (#58)

Bump semver from 6.3.0 to 6.3.1 (#58) #21

Workflow file for this run

name: build
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
- 'dist/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i
- run: npm run build
- run: npm run test
- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
title: 'Latest dist build'
body: 'Automated build to ensure latest bits are distributed.'