Skip to content

0.0.41

0.0.41 #52

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install and test
run: |
node -v
npm -v
heroku -v
npm ci
npm test