Skip to content

Bump semver from 5.7.1 to 5.7.2 #250

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #250

Workflow file for this run

name: Package and Smoke Test
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
permissions:
packages: write
jobs:
package: # make sure build/ci work properly
name: Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout Delete Package Versions Repo
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
name: NPM Install
- run: npm run pack
name: Check Format, Lint, Run Unit Tests, Build and Package
smoke-test: # make sure the action works on a clean machine without building
name: Smoke Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout Delete Package Versions Repo
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: ./
name: Smoke Test Delete Package Versions Action
with:
package-name: 'action-ci-test-package'
package-type: 'npm'
num-old-versions-to-delete: 0