Skip to content

Commit

Permalink
Bugfix 107
Browse files Browse the repository at this point in the history
- Node version fixes
- on, only push

Fixes #18
  • Loading branch information
abhinavsri360 authored Apr 12, 2021
1 parent ff80168 commit 16894ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
Expand All @@ -16,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [15.x]
node-version: [12.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 16894ac

Please sign in to comment.