Skip to content

Commit 045f523

Browse files
committed
Update ci for try
1 parent 303bb39 commit 045f523

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 1
21-
- uses: wyvox/action-setup-pnpm@v3
21+
- uses: pnpm/action-setup@v4
22+
- uses: actions/setup-node@v6
23+
with:
24+
node-version-file: package.json
25+
cache: pnpm
2226
- id: set-matrix
2327
run: |
2428
echo "matrix=$(pnpm dlx @embroider/try list)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)