Skip to content

chore(deps-dev): bump eslint from 8.44.0 to 8.50.0 #1482

chore(deps-dev): bump eslint from 8.44.0 to 8.50.0

chore(deps-dev): bump eslint from 8.44.0 to 8.50.0 #1482

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