Skip to content

Commit

Permalink
wrong version agane :D
Browse files Browse the repository at this point in the history
  • Loading branch information
azmy60 committed Aug 7, 2024
1 parent f096785 commit add6bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- id: setup
run: |
echo "matrix=$(jq -c '[.[] | select(.electron == ("18.3.15", "22.3.27", "31.1.3"))]' < scripts/electron-versions.json)" >> $GITHUB_OUTPUT
echo "matrix=$(jq -c '[.[] | select(.electron == ("18.3.15", "22.3.27", "31.3.1"))]' < scripts/electron-versions.json)" >> $GITHUB_OUTPUT
- name: Check
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/electron-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
{ "electron": "30.0.9", "node": "20.11" },
{ "electron": "30.1.2", "node": "20.11" },
{ "electron": "31.0.2", "node": "20.14" },
{ "electron": "31.1.3", "node": "20.15" }
{ "electron": "31.3.1", "node": "20.15" }
]

0 comments on commit add6bd0

Please sign in to comment.