Skip to content

[MOO-1526]: Automatically remove patch files not listed in dependencies #2509

[MOO-1526]: Automatically remove patch files not listed in dependencies

[MOO-1526]: Automatically remove patch files not listed in dependencies #2509

name: '[Windows] Test npm installation'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
pull_request:
branches: [master, release/*]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
architecture: 'x64'
- run: npm ci