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 29f99c4 commit 977deceCopy full SHA for 977dece
3 files changed
.github/workflows/checks.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout the repository
20
uses: actions/checkout@v4
21
- name: Install pnpm
22
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
23
with:
24
version: 10
25
- name: Install Node.js
.github/workflows/commit.yml
@@ -11,7 +11,7 @@ jobs:
11
12
fetch-depth: 0
13
14
15
16
17
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
18
- name: Install Node.js ${{ matrix.node-version }}
0 commit comments