Skip to content

Commit

Permalink
Merge branch 'main' into scala_update
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate authored Dec 4, 2024
2 parents ddcb86e + 5002b2c commit 3d09f8a
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 355 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: mkdir -p _install

- name: Download linux x86 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -209,7 +209,7 @@ jobs:
path: _install/libomega_edit_linux_amd64.so

- name: Download linux arm64 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -218,7 +218,7 @@ jobs:
path: _install/libomega_edit_linux_aarch64.so

- name: Download macos-12 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -227,7 +227,7 @@ jobs:
path: _install/libomega_edit_macos_aarch64.dylib

- name: Download macos-14 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -236,7 +236,7 @@ jobs:
path: _install/libomega_edit_macos_x86_64.dylib

- name: Download windows library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
},
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"chai": "^4.3.10",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"mocha": "^10.8.2",
"prettier": "^3.4.1",
"run-script-os": "^1.1.6",
"ts-loader": "^9.5.1",
"typedoc": "^0.26.10",
"typescript": "^5.4.5",
"typedoc": "^0.27.2",
"typescript": "^5.6.3",
"unzip-stream": "^0.3.4",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"prettier": {
Expand Down
Loading

0 comments on commit 3d09f8a

Please sign in to comment.