Skip to content

Bump @eslint/js from 9.17.0 to 9.18.0 in /web #122

Bump @eslint/js from 9.17.0 to 9.18.0 in /web

Bump @eslint/js from 9.17.0 to 9.18.0 in /web #122

Workflow file for this run

name: Build feature
on:
push:
branches-ignore: [mob/**, main]
jobs:
get-version:
uses: ./.github/workflows/get-version.yml
build-x64:
needs: get-version
uses: ./.github/workflows/build-windows.yml
with:
architecture: x64
version: ${{ needs.get-version.outputs.version }}
build-x86:
needs: get-version
uses: ./.github/workflows/build-windows.yml
with:
architecture: x86
version: ${{ needs.get-version.outputs.version }}