Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
330b773d81 | ||
|
|
380da72b35 | ||
|
|
038fa73699 | ||
|
|
1510d95152 | ||
|
|
b26deac0a9 | ||
|
|
6321ea6e29 | ||
|
|
e2e3ffd719 | ||
|
|
83b68068eb | ||
|
|
c93321cbe0 | ||
|
|
483e94e73f | ||
|
|
a75eac8e17 | ||
|
|
dc7c6cc71d | ||
|
|
827c380267 | ||
|
|
187fb173df | ||
|
|
3fce40f379 | ||
|
|
668d0254f9 | ||
|
|
4538134c93 | ||
|
|
75daf3046b | ||
|
|
c0c7beed8d | ||
|
|
ff2a252dc4 |
@@ -70,7 +70,7 @@ jobs:
|
||||
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
|
||||
name: Upload Artifact
|
||||
id: upload
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
||||
@@ -65,14 +65,14 @@ jobs:
|
||||
|
||||
- name: Setup Docker BuildX
|
||||
id: setup-buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
with:
|
||||
install: true
|
||||
driver-opts: network=host
|
||||
|
||||
- name: Build the Container
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
||||
Generated
+600
-605
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -43,28 +43,28 @@
|
||||
"@actions/github": "^6.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^2.0.1",
|
||||
"@jest/globals": "^30.2.0",
|
||||
"@rollup/plugin-commonjs": "^29.0.0",
|
||||
"@eslint/compat": "^2.0.5",
|
||||
"@jest/globals": "^30.3.0",
|
||||
"@rollup/plugin-commonjs": "^29.0.2",
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"@rollup/plugin-typescript": "^12.3.0",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^25.2.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
||||
"@types/node": "^25.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.58.1",
|
||||
"@typescript-eslint/parser": "^8.39.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-import-resolver-typescript": "^4.4.4",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jest": "^29.13.0",
|
||||
"eslint-plugin-jest": "^29.15.2",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"globals": "^17.3.0",
|
||||
"jest": "^30.2.0",
|
||||
"globals": "^17.5.0",
|
||||
"jest": "^30.3.0",
|
||||
"make-coverage-badge": "^1.2.0",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier": "^3.8.2",
|
||||
"prettier-eslint": "^16.4.2",
|
||||
"rollup": "^4.57.1",
|
||||
"ts-jest": "^29.4.6",
|
||||
"rollup": "^4.60.1",
|
||||
"ts-jest": "^29.4.9",
|
||||
"ts-jest-resolver": "^2.0.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3"
|
||||
|
||||
Reference in New Issue
Block a user