Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.0.0 to 6.7.3 #1480

chore(deps-dev): bump @typescript-eslint/parser from 6.0.0 to 6.7.3

chore(deps-dev): bump @typescript-eslint/parser from 6.0.0 to 6.7.3 #1480

Workflow file for this run

name: Test serverless package
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
name: Test package building
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run test
- name: serverless package
uses: serverless/github-action@master
with:
args: package