Skip to content

Commit

Permalink
feat: Update action to use node 20 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laennart authored Mar 18, 2024
1 parent cf650c9 commit 249e475
Show file tree
Hide file tree
Showing 44 changed files with 30,912 additions and 22,035 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The body of the request. Default `""`.
## Example usage

```yaml
uses: stikkyapp/google-cloud-function-access@v1
uses: stikkyapp/google-cloud-function-access@v2
with:
service-json-path: 'gcloud.json'
url: 'https://test.example.org/get'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ inputs:
required: false
default: ""
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 249e475

Please sign in to comment.