Skip to content

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

[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 #34

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: ['18', '20', '21']
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- run: npm i
- run: npm test