Skip to content

Commit 7a9b4c3

Browse files
committed
fix
1 parent 27d3c48 commit 7a9b4c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Test & Reports
1+
name: Run Unit Tests
22

33
on:
44
pull_request:
@@ -15,11 +15,11 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '22'
18+
node-version: '22.x'
1919

2020
- name: Install dependencies for all plugins
2121
run: |
22-
npm run setup-repo-old
22+
npm install
2323
2424
# Test plugins dynamically
2525
test-plugins:

0 commit comments

Comments
 (0)