We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdeeddf commit 1e63ec3Copy full SHA for 1e63ec3
4 files changed
.github/workflows/checks.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install pnpm
22
uses: pnpm/action-setup@v2
23
with:
24
- version: 9
+ version: 10
25
- name: Install Node.js
26
uses: actions/setup-node@v4
27
.github/workflows/commit.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
20
- name: Install Node.js ${{ matrix.node-version }}
.tool-versions
@@ -1,2 +1,2 @@
1
+pnpm 10.11.0
2
nodejs 22.4.1
-pnpm 9.9.0
0 commit comments