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",