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 da9ae3d commit eb72a3aCopy full SHA for eb72a3a
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v3
25
- name: Install pnpm
26
- uses: pnpm/action-setup@v2.2.2
+ uses: pnpm/action-setup@v2.2.4
27
with:
28
version: 6.20.0
29
- name: Setup Node.js v14.x
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
version: 6.17.0
- name: Setup Node.js ${{ matrix.node }}
0 commit comments