Skip to content

Commit 69ea2b3

Browse files
committed
Update dependencies
1 parent eb11306 commit 69ea2b3

File tree

5 files changed

+311
-319
lines changed

5 files changed

+311
-319
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
name: Regression test
2+
13
on:
24
issue_comment:
35
types: [created]
6+
47
jobs:
5-
regression_testing_job:
8+
test:
69
if: ${{ startsWith(github.event.comment.body, 'run') }}
710
runs-on: ubuntu-latest
8-
name: a job for regression testing
911
steps:
10-
- uses: actions/checkout@v5
11-
- uses: actions/setup-node@v5
12+
- uses: actions/checkout@v6
13+
- uses: actions/setup-node@v6
1214
- name: configure git
1315
run: |
1416
git config --global user.email "[email protected]"

.github/workflows/update-project-json.yml renamed to .github/workflows/update-projects-json.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
14-
15-
- name: Configure git user
16-
run: |
17-
git config user.name github-actions
18-
git config user.email [email protected]
13+
uses: actions/checkout@v6
1914

2015
- name: Setup Node.js
21-
uses: actions/setup-node@v5
16+
uses: actions/setup-node@v6
2217

2318
- name: Install Dependencies
2419
run: yarn
Lines changed: 300 additions & 300 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.10.3.cjs
3+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@
2222
"@actions/artifact": "^4.0.0",
2323
"@actions/core": "^1.11.1",
2424
"@actions/github": "^4.0.0",
25-
"@excalidraw/prettier-config": "^1.0.2",
2625
"ajv": "^8.17.1",
27-
"ci-info": "^4.3.1",
28-
"nano-spawn": "^2.0.0",
29-
"semver": "^7.7.3"
26+
"nano-spawn": "^2.0.0"
3027
},
3128
"devDependencies": {
3229
"@eslint/js": "^9.39.0",
3330
"@types/node": "^24.9.2",
34-
"@types/semver": "^7.7.1",
3531
"@typescript-eslint/eslint-plugin": "^8.46.2",
3632
"@typescript-eslint/parser": "^8.46.2",
3733
"eslint": "^9.39.0",
@@ -40,10 +36,9 @@
4036
"npm-run-all": "^4.1.5",
4137
"outdent": "^0.8.0",
4238
"prettier": "3.6.2",
43-
"temp-dir": "^3.0.0",
4439
"typescript": "^5.9.3",
4540
"typescript-eslint": "^8.46.2",
4641
"vitest": "^4.0.6"
4742
},
48-
"packageManager": "yarn@4.10.3"
43+
"packageManager": "yarn@4.12.0"
4944
}

0 commit comments

Comments
 (0)