Skip to content

Commit

Permalink
updated lua action to use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed May 23, 2024
1 parent 02afb50 commit 3653441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-lua-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 20

- uses: leafo/gh-actions-lua@v10
- uses: Rathoz/gh-actions-lua@patch-1
with:
luaVersion: "5.4"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is an extension for the great [MoneyMoney app](https://moneymoney-app.com/)

This MoneyMoney extension can be installed as follows:
1. Download the file `SankeyChart.lua` from the [latest release](https://github.com/ma4nn/moneymoney-sankey/releases/latest/download/SankeyChart.lua)
2. In the MoneyMoney app open menu _Help → Show database in Finder_ and copy the downloaded file into the sub-folder "Extensions".
2. In the MoneyMoney app open menu _Help → Show database in Finder_ and copy the downloaded file into the sub-folder `Extensions/`.

## Usage 💡

Expand Down

0 comments on commit 3653441

Please sign in to comment.