Skip to content

Updated node, serverless, luxon versions #50

Updated node, serverless, luxon versions

Updated node, serverless, luxon versions #50

Workflow file for this run

name: Check-Commit
on: push
jobs:
check-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn tsc