Skip to content

Commit 8bcf7b7

Browse files
committed
Fix lib
1 parent 1058ac7 commit 8bcf7b7

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ jobs:
7777
- name: Patch version
7878
run: ./scripts/patch-version.sh "${{ github.ref_name }}"
7979

80-
- name: Install pnpm
81-
uses: pnpm/action-setup@v4
82-
with:
83-
version: 9
80+
- name: Setup pnpm
81+
uses: ./.github/actions/setup-pnpm
8482

8583
- name: Setup registry access
8684
run: |

lib/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"baseUrl": ".",
77
"outDir": "./dist/",
88
"target": "es6",
9-
"lib": ["DOM", "DOM.Iterable", "ES6"]
9+
"lib": ["dom", "dom.iterable", "es2020"]
1010
},
1111
"include": ["./build.json", "."],
1212
"exclude": ["./**/*.test.ts", "./**/*.test.js", "./test", "./dist"]

0 commit comments

Comments
 (0)