Skip to content

Bump release-it from 15.7.0 to 17.2.0 (#125) #166

Bump release-it from 15.7.0 to 17.2.0 (#125)

Bump release-it from 15.7.0 to 17.2.0 (#125) #166

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
- name: Install
run: npm install
- name: Test
run: npm run test