Skip to content

chore(deps): update typescript-eslint monorepo to v8 #4477

chore(deps): update typescript-eslint monorepo to v8

chore(deps): update typescript-eslint monorepo to v8 #4477

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run lint
- run: npm run test
# example project
- run: npm pack
- run: npm ci
working-directory: example
- run: npm install --no-save ../henrist-cdk-cloudfront-auth-0.0.0-development.tgz
working-directory: example
- run: npm run test
working-directory: example
- run: npm run semantic-release
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}