Skip to content

Commit

Permalink
PA-13152 Add npm check workflow (#23)
Browse files Browse the repository at this point in the history
* PA-13152 Add npm check workflow

* Package update
  • Loading branch information
SOOS-JAlvarez committed Mar 15, 2024
1 parent b2c681e commit 2eef3d0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 25 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/npm-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Npm run check

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
check:
uses: soos-io/.github/.github/workflows/npm-check-workflow.yml@main
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "SOOS",
"publisher": "SOOS",
"license": "MIT",
"version": "1.1.3",
"version": "1.1.4",
"main": "dist/index.js",
"scripts": {
"setup:install": "npm install",
Expand All @@ -30,15 +30,15 @@
},
"homepage": "https://github.com/soos-io/soos-csa#readme",
"dependencies": {
"@soos-io/api-client": "0.2.39",
"@soos-io/api-client": "0.2.44",
"argparse": "^2.0.1",
"glob": "^10.3.10",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/argparse": "^2.0.14",
"@types/node": "^20.11.5",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
"@types/argparse": "^2.0.15",
"@types/node": "^20.11.28",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
}

0 comments on commit 2eef3d0

Please sign in to comment.