mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-05 08:24:56 +05:30
feat: Upgrade Node.js versions in CI (main)
This commit updates the Node.js versions used in the CI workflows to version 20. This ensures that the CI environment uses a more up-to-date and supported version of Node.js.
This commit is contained in:
parent
19393343a3
commit
9a9a9463c9
2 changed files with 27 additions and 27 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Run tests
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Install Playwright Browsers
|
||||
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build project
|
||||
|
|
|
|||
48
.idea/workspace.xml
generated
48
.idea/workspace.xml
generated
|
|
@ -4,8 +4,8 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ```">
|
||||
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" />
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="fix: onnxruntime-web version">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -462,7 +462,7 @@
|
|||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\pages\categories" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager" selected="npm.dev">
|
||||
<component name="RunManager" selected="npm.test:e2e">
|
||||
<configuration default="true" type="docker-deploy" factoryName="dockerfile" temporary="true">
|
||||
<deployment type="dockerfile">
|
||||
<settings />
|
||||
|
|
@ -533,8 +533,8 @@
|
|||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="npm.dev" />
|
||||
<item itemvalue="npm.test:e2e" />
|
||||
<item itemvalue="npm.dev" />
|
||||
<item itemvalue="npm.test" />
|
||||
<item itemvalue="npm.typecheck" />
|
||||
<item itemvalue="npm.i18n:sync" />
|
||||
|
|
@ -658,14 +658,6 @@
|
|||
<workItem from="1753206561770" duration="119000" />
|
||||
<workItem from="1753206717510" duration="3599000" />
|
||||
</task>
|
||||
<task id="LOCAL-00203" summary="chore: use scrollY">
|
||||
<option name="closed" value="true" />
|
||||
<created>1751848478091</created>
|
||||
<option name="number" value="00203" />
|
||||
<option name="presentableId" value="LOCAL-00203" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1751848478091</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00204" summary="chore: remove flip x and y">
|
||||
<option name="closed" value="true" />
|
||||
<created>1751849423899</created>
|
||||
|
|
@ -1050,7 +1042,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1759441368519</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="252" />
|
||||
<task id="LOCAL-00252" summary="fix: onnxruntime-web version">
|
||||
<option name="closed" value="true" />
|
||||
<created>1759441908841</created>
|
||||
<option name="number" value="00252" />
|
||||
<option name="presentableId" value="LOCAL-00252" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1759441908841</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="253" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -1114,14 +1114,6 @@
|
|||
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
||||
<option name="CHECK_NEW_TODO" value="false" />
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="fix: translations" />
|
||||
<MESSAGE value="chore: delete unused i18n json files" />
|
||||
<MESSAGE value="fix: create-tool.mjs to use i18n object" />
|
||||
<MESSAGE value="fix: show Use this tool only if medium breakpoint" />
|
||||
<MESSAGE value="chore: sync locales" />
|
||||
<MESSAGE value="fix: i18n" />
|
||||
<MESSAGE value="chore: remove prebuild" />
|
||||
<MESSAGE value="fix: broken translations" />
|
||||
<MESSAGE value="fix: i18n tsc" />
|
||||
<MESSAGE value="chore: i18n pull dutch" />
|
||||
<MESSAGE value="chore: sync locize" />
|
||||
|
|
@ -1135,11 +1127,19 @@
|
|||
<MESSAGE value="``` feat: remove temperature conversion from generic-calc This commit removes the temperature conversion tool from the generic-calc tool. This is because the tool was causing issues. The following files were modified: - src/pages/tools/number/generic-calc/data/index.ts - src/" />
|
||||
<MESSAGE value="``` feat: remove temperature conversion from generic-calc This commit removes the temperature conversion tool from the generic-calc tool. This is because the tool was causing issues. The following files were modified: - src/pages/tools/number/generic-calc/data/index.ts - src/pages/tools/number/generic-calc/data/temperature.ts - package.json - .idea/workspace.xml ```" />
|
||||
<MESSAGE value="feat: remove temperature conversion from generic-calc This commit removes the temperature conversion tool from the generic-calc tool. This is because the tool was causing issues. The following files were modified: - src/pages/tools/number/generic-calc/data/index.ts - src/pages/tools/number/generic-calc/data/temperature.ts - package.json - .idea/workspace.xml" />
|
||||
<MESSAGE value="```" />
|
||||
<MESSAGE value="feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ```" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ```" />
|
||||
<MESSAGE value="feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ```" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ```" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the on" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ``` " />
|
||||
<MESSAGE value="{ "error": { "code": 503, "message": "The model is overloaded. Please try again later.", "status": "UNAVAILABLE" } }" />
|
||||
<MESSAGE value="```" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the on" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json and package-lock.json. ```" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json and package-lock.json. ``` " />
|
||||
<MESSAGE value="fix: onnxruntime-web version" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="fix: onnxruntime-web version" />
|
||||
</component>
|
||||
<component name="VgoProject">
|
||||
<integration-enabled>false</integration-enabled>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue