Skip to content

Commit

Permalink
Only specify major versions
Browse files Browse the repository at this point in the history
Also only on push
  • Loading branch information
4ver committed Dec 6, 2023
1 parent 60a7135 commit 99d356a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI

on: [push, pull_request]
on: [push]
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: ["0.12", "4.9", "8.17", "14.0"]
node-version: ["4", "8", "14"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 99d356a

Please sign in to comment.