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 f8ba3af commit 7e07524Copy full SHA for 7e07524
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set node version to 16
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 16
+ node-version-file: '.node-version'
22
cache: 'pnpm'
23
24
- run: pnpm install
.node-version
@@ -0,0 +1 @@
1
+v16
package.json
@@ -12,7 +12,6 @@
12
"types": "./dist/index.d.ts",
13
"exports": {
14
".": {
15
- "types": "./dist/index.d.ts",
16
"import": "./dist/index.mjs",
17
"require": "./dist/index.cjs"
}
0 commit comments