Skip to content

Bump version 24.4.0 #22

Bump version 24.4.0

Bump version 24.4.0 #22

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm test