Compare commits

..

No commits in common. "a45d1fb447fcaf601166e405fd4f335cde1a8aa8" and "c0f553fe549906ede9cf27b5156039d195d2ece0" have entirely different histories.

3 changed files with 388 additions and 816 deletions

View file

@ -29,11 +29,11 @@ jobs:
- run: npm run format-check - run: npm run format-check
- run: npm run lint - run: npm run lint
- run: npm run test - run: npm run test
- uses: actions/upload-artifact@v7 - uses: actions/upload-artifact@v6
with: with:
name: dist name: dist
path: dist path: dist
- uses: actions/upload-artifact@v7 - uses: actions/upload-artifact@v6
with: with:
name: action.yml name: action.yml
path: action.yml path: action.yml
@ -50,12 +50,12 @@ jobs:
with: with:
ref: main ref: main
- if: matrix.target == 'built' || github.event_name == 'pull_request' - if: matrix.target == 'built' || github.event_name == 'pull_request'
uses: actions/download-artifact@v8 uses: actions/download-artifact@v7
with: with:
name: dist name: dist
path: dist path: dist
- if: matrix.target == 'built' || github.event_name == 'pull_request' - if: matrix.target == 'built' || github.event_name == 'pull_request'
uses: actions/download-artifact@v8 uses: actions/download-artifact@v7
with: with:
name: action.yml name: action.yml
path: . path: .
@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: actions/download-artifact@v8 - uses: actions/download-artifact@v7
with: with:
name: dist name: dist
path: dist path: dist

1188
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -54,12 +54,12 @@
"eslint-plugin-github": "^4.10.2", "eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.32.0", "eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^27.9.0", "eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.4",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-circus": "^29.7.0", "jest-circus": "^29.7.0",
"jest-environment-jsdom": "^30.2.0", "jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"prettier": "^3.8.1", "prettier": "^3.7.4",
"ts-jest": "^29.4.6", "ts-jest": "^29.4.6",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"undici": "^6.23.0" "undici": "^6.23.0"