Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goddessfreya authored Dec 20, 2019
1 parent 0e6f86f commit aab4c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Node CI

on: [push, pull_request]
on: [pull_request]

jobs:
build:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x]
python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
python-version: [3.6, 3.7, 3.8] # 2.,7, 3.5,
platform:
- { os: windows-latest, hunspell: true }
- { os: windows-latest }
Expand Down

0 comments on commit aab4c50

Please sign in to comment.