Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-05-01 06:54:33 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-05-01 06:54:33 +0300
commit0f219ccc9c1c16b8e52f3438f3af53dc1c9f0d78 (patch)
tree7be98f788509ed0c3e8bec33aac71b45dfb1109d /.github
parent725bef843118bcc56f3d069fee24641b8d810266 (diff)
chore: reenable windows ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 499ad3842..acffa4fbb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,6 @@
name: Node CI
-on: [push]
+on: [push, pull_request]
jobs:
build:
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
node-version: [6.x, 8.x, 10.x, 12.x]
- os: [ubuntu-latest]
+ os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}