Skip to content

Commit f71ce6c

Browse files
committed
ci: define prettier version as matrix
1 parent 8578391 commit f71ce6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/perform-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ on:
2121
jobs:
2222
run-tester:
2323
runs-on: ubuntu-latest
24+
strategy:
25+
matrix:
26+
prettier-version: [v3.7]
2427
steps:
2528
- uses: actions/checkout@v3
29+
with:
30+
ref: testing-prettier-${{ matrix.prettier-version }}
2631
- uses: actions/setup-node@v3
2732
with:
2833
node-version: 18

0 commit comments

Comments
 (0)