We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f0a75 commit fe327dfCopy full SHA for fe327df
2 files changed
‎.github/workflows/ci.yaml‎
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: pnpm/action-setup@v4
17
with:
18
+ version: latest
19
run_install: false
20
- uses: actions/setup-node@v4
21
‎package.json‎
@@ -7,7 +7,6 @@
7
"engines": {
8
"node": ">= 20.9 < 23"
9
},
10
- "packageManager": "pnpm@9.12.3",
11
"main": "dist/index.js",
12
"exports": {
13
".": {
0 commit comments