From b4fcc6d7779b391e652c1f52451209467ef45779 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:12:33 -0600 Subject: [PATCH] fix: update package.json versioning and engine info. fix: added triggers to workflow for pushing to master branch or pr's targeting master branch --- .github/workflows/lint_test_format.yaml | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 3713b50..b210f2c 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -1,6 +1,12 @@ name: lint_test_format on: workflow_dispatch: + push: + branches: + - master + pull_request: + branches: + - master jobs: lint: name: lint diff --git a/package.json b/package.json index f0218b1..d397674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onspring-api-sdk", - "version": "1.0.0", + "version": "0.0.1", "description": "A javascript SDK for interacting with version 2 of the Onspring API.", "keywords": [ "onspring", @@ -24,7 +24,7 @@ }, "license": "MIT", "engines": { - "node": ">=12.0.0" + "node": ">=14.x" }, "files": [ "dist",