Skip to content

Bump @semantic-release/github from 12.0.2 to 12.0.3 #18

Bump @semantic-release/github from 12.0.2 to 12.0.3

Bump @semantic-release/github from 12.0.2 to 12.0.3 #18

Workflow file for this run

name: Run test scripts
on: push
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm test