Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.18.2 to 8.19.1 #58

chore(deps-dev): bump @typescript-eslint/parser from 8.18.2 to 8.19.1

chore(deps-dev): bump @typescript-eslint/parser from 8.18.2 to 8.19.1 #58

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
certificate: '${{ secrets.CS_CERT_BASE64 }}'
cert-password: '${{ secrets.CS_CERT_PASSWORD }}'
cert-sha1: '${{ secrets.CS_CERT_HASH }}'
cert-description: 'Test'
folder: '__tests__/dll'
recursive: true
timestamp-server: 'http://timestamp.digicert.com'