Skip to content

Bump serverless-offline from 12.0.4 to 13.5.0 #48

Bump serverless-offline from 12.0.4 to 13.5.0

Bump serverless-offline from 12.0.4 to 13.5.0 #48

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test