Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.18.0 #33

chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.18.0

chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.18.0 #33

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build