We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7281f35 commit c7924b8Copy full SHA for c7924b8
1 file changed
.github/workflows/build.yml
@@ -13,14 +13,15 @@ jobs:
13
node-version:
14
- 20
15
- 22
16
+ - 24
17
18
steps:
19
- uses: actions/checkout@v4
20
- uses: pnpm/action-setup@v4
21
- uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
- cache: 'pnpm'
24
+ cache: "pnpm"
25
26
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
27
- run: pnpm test
0 commit comments