Skip to content

Bump @typescript-eslint/eslint-plugin from 8.20.0 to 8.21.0 #330

Bump @typescript-eslint/eslint-plugin from 8.20.0 to 8.21.0

Bump @typescript-eslint/eslint-plugin from 8.20.0 to 8.21.0 #330

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