Skip to content

Check if version is bumped instead of auto-bumping #23

Check if version is bumped instead of auto-bumping

Check if version is bumped instead of auto-bumping #23

Workflow file for this run

name: Node.js CI Build
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 20.x
- run: npm ci
- run: npm test