Skip to content

Commit 1ebcbd0

Browse files
authored
ci: bump version of workflows packages (#399)
1 parent 9a0dd1c commit 1ebcbd0

File tree

7 files changed

+16
-11
lines changed

7 files changed

+16
-11
lines changed

.changeset/some-chefs-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/vite': patch
3+
---
4+
5+
ci: bump version of workflows packages

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Enable Corepack and Setup PNPM
2424
run: |
2525
corepack enable
26-
corepack prepare pnpm@9.14.2 --activate
26+
corepack prepare pnpm@10.28.2 --activate
2727
2828
- name: Install Dependencies
2929
run: pnpm install --frozen-lockfile
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Upload Artifacts on Failure
4444
if: failure()
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: test-results
4848
path: reports/e2e/output

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: PNPM Install
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 9.14.2
23+
version: 10.28.2
2424

2525
- name: Setup Node
26-
uses: actions/setup-node@v5
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: 24
2929
cache: 'pnpm'

.github/workflows/release-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@master
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 10
2626

@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup pnpm
3636
uses: pnpm/action-setup@v4
3737
with:
38-
version: 9.14.2
38+
version: 10.28.2
3939

4040
- name: Setup Node.js 24
4141
uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- name: PNPM Install
4141
uses: pnpm/action-setup@v4
4242
with:
43-
version: 9.14.2
43+
version: 10.28.2
4444

4545
- name: Setup Node
46-
uses: actions/setup-node@v5
46+
uses: actions/setup-node@v6
4747
with:
4848
node-version: 24
4949
cache: 'pnpm'

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: PNPM Install
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 9.14.2
23+
version: 10.28.2
2424

2525
- name: Setup Node
26-
uses: actions/setup-node@v5
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: 24
2929
cache: 'pnpm'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"url": "https://github.com/module-federation/vite/issues"
4747
},
4848
"homepage": "https://github.com/module-federation/vite#readme",
49-
"packageManager": "pnpm@9.14.2",
49+
"packageManager": "pnpm@10.28.2",
5050
"peerDependencies": {
5151
"vite": "<=7.1.7"
5252
},

0 commit comments

Comments
 (0)