Skip to content

Bump @typescript-eslint/parser from 8.8.1 to 8.9.0 #126

Bump @typescript-eslint/parser from 8.8.1 to 8.9.0

Bump @typescript-eslint/parser from 8.8.1 to 8.9.0 #126

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allow the workflow to be manually triggered via the GitHub UI
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install global npm package
run: yarn global add wrangler
- run: yarn build
build-self-hosted:
runs-on:
- self-hosted
continue-on-error: true # Optional
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install global npm package
run: yarn global add wrangler
- run: yarn build