Skip to content

chore(deps): bump eslint from 8.8.0 to 9.18.0 #38

chore(deps): bump eslint from 8.8.0 to 9.18.0

chore(deps): bump eslint from 8.8.0 to 9.18.0 #38

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
# Install dependencies
- run: npm ci
# Lint
- run: npm run lint
# Build workspaces
- run: npm run build
env:
APP_1_RELATIVE_CI_KEY: ${{ secrets.APP_1_RELATIVE_CI_KEY }}
APP_2_RELATIVE_CI_KEY: ${{ secrets.APP_2_RELATIVE_CI_KEY }}