Skip to content

Commit e20f894

Browse files
committed
fix(ci): Discrepancy between Preview Reelase workflow and tests (#2219)
1 parent 0c19603 commit e20f894

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/preview-release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ jobs:
1515
permissions:
1616
contents: write
1717
pull-requests: write
18+
container:
19+
image: node:22
1820
steps:
1921
- name: Checkout Repo
2022
uses: actions/checkout@v4
21-
with:
22-
fetch-depth: 0
23-
- name: Setup Node.js
24-
uses: actions/setup-node@v4
25-
with:
26-
node-version: 22
2723
- name: pnpm setup
2824
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
2925
- name: pnpm Cache

0 commit comments

Comments
 (0)