Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This action runs on the `node24` runtime. GitHub-hosted runners support it out o

```yaml
- name: Upload to Appetize
uses: appetizeio/github-action-appetize@v1.0.5
uses: appetizeio/github-action-appetize@v1.1.0
with:
apiToken: ${{ secrets.APPETIZE_API_TOKEN }}
appFile: test/app.zip
Expand All @@ -53,7 +53,7 @@ This action runs on the `node24` runtime. GitHub-hosted runners support it out o

```yaml
- name: Upload to Appetize
uses: appetizeio/github-action-appetize@v1.0.5
uses: appetizeio/github-action-appetize@v1.1.0
with:
apiToken: ${{ secrets.APPETIZE_API_TOKEN }}
publicKey: ${{ secrets.APPETIZE_PUBLIC_KEY }}
Expand All @@ -65,7 +65,7 @@ This action runs on the `node24` runtime. GitHub-hosted runners support it out o

### Install the dependencies

Requires Node.js 24 or later.
Requires Node.js 18.18 or later. CI builds `dist/` on Node 24 — use 24 if you plan to commit a rebuilt bundle, so `check-dist` stays reproducible.

```bash
npm install
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appetize-github-action",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Github Action to facilitate interaction with the Appetize API",
"main": "lib/main.js",
Expand Down