Skip to content

Commit c7924b8

Browse files
1 parent 7281f35 commit c7924b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
node-version:
1414
- 20
1515
- 22
16+
- 24
1617

1718
steps:
1819
- uses: actions/checkout@v4
1920
- uses: pnpm/action-setup@v4
2021
- uses: actions/setup-node@v4
2122
with:
2223
node-version: ${{ matrix.node-version }}
23-
cache: 'pnpm'
24+
cache: "pnpm"
2425

2526
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
2627
- run: pnpm test

0 commit comments

Comments
 (0)