Skip to content

Build(deps): Bump pnpm/action-setup from 6.0.9 to 6.0.10 #5993

Build(deps): Bump pnpm/action-setup from 6.0.9 to 6.0.10

Build(deps): Bump pnpm/action-setup from 6.0.9 to 6.0.10 #5993

Workflow file for this run

name: Windows Build
on:
push:
branches:
- "*"
tags:
- "*"
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node: ["24"]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
persist-credentials: false
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
with:
node-version: ${{ matrix.node }}
package-manager-cache: false
- name: Install Dependencies
run: pnpm install
- name: Lint
run: pnpm run lint
- name: Build
if: github.ref == 'refs/heads/main'
run: pnpm run build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Build
if: github.ref != 'refs/heads/main'
run: pnpm run build --publish=never
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
name: Upload Installer
with:
name: WeakAuras-Companion-CI-Installer
path: release/**/*Setup*.exe