fix: update package.json versioning and engine info. fix: added triggers to workflow for pushing to master branch or pr's targeting master branch

This commit is contained in:
Stevan Freeborn
2023-02-20 12:12:33 -06:00
parent 7e98165243
commit b4fcc6d777
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,6 +1,12 @@
name: lint_test_format name: lint_test_format
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs: jobs:
lint: lint:
name: lint name: lint
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "onspring-api-sdk", "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.", "description": "A javascript SDK for interacting with version 2 of the Onspring API.",
"keywords": [ "keywords": [
"onspring", "onspring",
@@ -24,7 +24,7 @@
}, },
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=14.x"
}, },
"files": [ "files": [
"dist", "dist",