Skip to content

Commit

Permalink
Merge pull request #8 from vchrisb/update
Browse files Browse the repository at this point in the history
Update dependencies and default cli version
  • Loading branch information
vchrisb authored Dec 5, 2024
2 parents b0165d8 + 7665dcf commit 7b2062f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ uaa curl /oauth/clients -X POST -H "Content-Type: application/json" -d '{"client

```
npm i -g @vercel/ncc
npm run lint
npm run format
npm run build
```
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ inputs:
version:
description: "cf cli version"
required: true
default: "8.8.3"
default: "8.9.0"
runs:
using: "node20"
main: "dist/index.js"
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-cf",
"version": "1.0.0",
"version": "1.0.1",
"description": "Github action to setup Cloud Foundry cli",
"main": "src/index.ts",
"scripts": {
Expand All @@ -20,8 +20,8 @@
"devDependencies": {
"@types/node": "^22.8.5",
"@vercel/ncc": "^0.38.2",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.0.0 <21.0.0"
Expand Down

0 comments on commit 7b2062f

Please sign in to comment.