Skip to content

dependabot[bot] - pull_request - 00b8ff23d974300f915de2712084d6b0014894ac #719

dependabot[bot] - pull_request - 00b8ff23d974300f915de2712084d6b0014894ac

dependabot[bot] - pull_request - 00b8ff23d974300f915de2712084d6b0014894ac #719

Workflow file for this run

name: windows build
run-name: ${{ github.actor }} - ${{ github.event_name }} - ${{ github.sha }}
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
win:
runs-on: "windows-latest"
permissions:
contents: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install Node.js & NPM
uses: actions/setup-node@main
with:
node-version: "18"
- name: Install npm deps
run: |
npm install
- name: testrun compiled build
run: |
npm run test