Skip to content

[MOO-1526]: Automatically remove patch files not listed in dependencies (9.24) #2511

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

[MOO-1526]: Automatically remove patch files not listed in dependencies (9.24) #2511

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: '16'
architecture: 'x64'
- run: npm install