Skip to content

Commit

Permalink
fix: fix issues with incorrect matches for polyfills on Android based…
Browse files Browse the repository at this point in the history
… browsers such as Firefox
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent 6b66383 commit 417a244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: 16
node-version: 19

- name: Cache node modules
uses: actions/cache@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs",
"types": "./dist/esm/index.d.ts",
"types": "./dist/esm/index.d.ts"
},
"type": "module",
"types": "./dist/esm/index.d.ts",
Expand Down

0 comments on commit 417a244

Please sign in to comment.