Skip to content

[Snyk] Security upgrade @probot/adapter-aws-lambda-serverless from 2.0.0 to 3.0.0 #26

[Snyk] Security upgrade @probot/adapter-aws-lambda-serverless from 2.0.0 to 3.0.0

[Snyk] Security upgrade @probot/adapter-aws-lambda-serverless from 2.0.0 to 3.0.0 #26

Workflow file for this run

name: Node.js Package
on:
pull_request:
branches:
- master
push:
branches:
- master
release:
types: [created]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['10', '12', '14']
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- run: npm i
- run: npm test