We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf55c4 commit ee2f6f0Copy full SHA for ee2f6f0
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: pnpm/action-setup@v4
27
- uses: actions/setup-node@v4
28
with:
29
- node-version: 18.14
+ node-version: 18
30
cache: "pnpm"
31
- run: pnpm install
32
- run: pnpm test:coverage
0 commit comments