Skip to content

Commit

Permalink
chore: update to nodejs 20 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia authored Mar 4, 2024
1 parent e99e16c commit bb6f960
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Allows you to perform a rollback to the previous live version of the targeted ap
### Login and get access to our licensed products (for functional test purposes for example):

```yaml
uses: kuzzleio/paas-action@v0.7.0
uses: kuzzleio/paas-action@v1.1.0
with:
username: ${{ secrets.KUZZLE_PAAS_USERNAME }}
password: ${{ secrets.KUZZLE_PAAS_PASSWORD }}
Expand All @@ -61,7 +61,7 @@ with:
### Deploy a new version of your application on your Kuzzle PaaS environment:
```yaml
uses: kuzzleio/paas-action@v0.7.0
uses: kuzzleio/paas-action@v1.1.0
with:
username: ${{ secrets.KUZZLE_PAAS_USERNAME }}
password: ${{ secrets.KUZZLE_PAAS_PASSWORD }}
Expand All @@ -77,7 +77,7 @@ with:
> NOTE: It will rollback to the previous live version of the targeted application.
```yaml
uses: kuzzleio/paas-action@v0.7.0
uses: kuzzleio/paas-action@v1.1.0
with:
username: ${{ secrets.KUZZLE_PAAS_USERNAME }}
password: ${{ secrets.KUZZLE_PAAS_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ inputs:
default: "60"

runs:
using: "node16"
using: "node20"
main: "index.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paas-action",
"version": "1.0.2",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit bb6f960

Please sign in to comment.