Skip to content

Commit

Permalink
make run-build@v1 compatible with setup-matlab@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Feb 8, 2024
1 parent 175f55a commit 83b0754
Show file tree
Hide file tree
Showing 6 changed files with 1,076 additions and 4,835 deletions.
Binary file modified dist/bin/glnxa64/run-matlab-command
Binary file not shown.
Binary file modified dist/bin/maci64/run-matlab-command
Binary file not shown.
Binary file modified dist/bin/win64/run-matlab-command.exe
Binary file not shown.
4 changes: 3 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

5,893 changes: 1,066 additions & 4,827 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"run-matlab-command-action": "github:matlab-actions/run-command#v1.2.0"
"run-matlab-command-action": "github:matlab-actions/run-command#v1.3.0"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^15.12.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/uuid": "^8.3.0",
"@vercel/ncc": "^0.28.6",
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"@vercel/ncc": "^0.38.0",
"jest": "^29.1.2",
"jest-circus": "^29.1.2",
"prettier": "2.3.1",
"ts-jest": "^27.0.3",
"ts-jest": "^29.0.3",
"typescript": "^4.3.4"
}
}

0 comments on commit 83b0754

Please sign in to comment.