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 d46a36a commit 9034bd3Copy full SHA for 9034bd3
3 files changed
.github/workflows/coverage.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Use Node.js
27
uses: actions/setup-node@v3
28
29
- - uses: pnpm/action-setup@v2.2.2
+ - uses: pnpm/action-setup@v2.2.4
30
name: Install pnpm
31
id: pnpm-install
32
with:
.github/workflows/linter.yml
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
33
node-version: ${{ matrix.node-version }}
34
35
36
37
38
0 commit comments