Skip to content

dependabot[bot] - pull_request - 4d81fb1de10b0df3e7bc012488f12ddbbf38231e #718

dependabot[bot] - pull_request - 4d81fb1de10b0df3e7bc012488f12ddbbf38231e

dependabot[bot] - pull_request - 4d81fb1de10b0df3e7bc012488f12ddbbf38231e #718

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