Skip to content

Updating package eslint-config-airbnb-typescript #50

Updating package eslint-config-airbnb-typescript

Updating package eslint-config-airbnb-typescript #50

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