Skip to content

chore(deps): update dependency @types/aws-lambda to v8.10.126 #1076

chore(deps): update dependency @types/aws-lambda to v8.10.126

chore(deps): update dependency @types/aws-lambda to v8.10.126 #1076

Workflow file for this run

name: Automated tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/[email protected]
with:
cache: yarn
node-version: 18
registry-url: https://registry.npmjs.org
- name: yarn install, test
run: |
yarn install
yarn build
yarn test
env:
CI: true
- name: publish
if: startsWith(github.ref, 'refs/tags/v')
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}