We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7a78c commit 427085aCopy full SHA for 427085a
3 files changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up pnpm
30
uses: pnpm/action-setup@v4
31
with:
32
- version: '10.24.0'
+ version: '10.27.0'
33
34
- name: Bootstrap
35
run: ./scripts/bootstrap
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
package.json
@@ -8,7 +8,7 @@
8
"type": "commonjs",
9
"repository": "github:sentdm/sent-dm-typescript",
10
"license": "Apache-2.0",
11
- "packageManager": "pnpm@10.24.0",
+ "packageManager": "pnpm@10.27.0",
12
"files": [
13
"**/*"
14
],
0 commit comments