Skip to content

Commit

Permalink
Merge pull request #12 from devops-actions/dependabot/npm_and_yarn/np…
Browse files Browse the repository at this point in the history
…m-c19b655610

Bump the npm group with 2 updates
  • Loading branch information
rajbos committed Jun 1, 2024
2 parents 83f95c0 + 1d57c12 commit 02729ec
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
if ((git status --porcelain dist).Length -ne 0) {
Write-Output "dist folder has changes that are not committed:"
git status
git status --porcelain dist
exit 1
}
else {
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "lib/main.js",
"dependencies": {
"@actions/core": "^1.10.0",
"@types/babel__traverse": "^7.17.1",
"@types/q": "^1.5.2",
"@types/babel__traverse": "^7.20.6",
"@types/q": "^1.5.8",
"azure-actions-appservice-rest": "^1.3.13",
"azure-actions-webclient": "^1.1.1"
},
Expand Down

0 comments on commit 02729ec

Please sign in to comment.