Skip to content

Commit

Permalink
chore: add extracted sources from react-geo
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Sep 5, 2023
1 parent b55a052 commit c0e8cc4
Show file tree
Hide file tree
Showing 34 changed files with 12,083 additions and 19,025 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x]

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x]

steps:
- name: Checkout sources
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const config = {
roots: ['<rootDir>/src'],
testEnvironment: 'jsdom',
collectCoverageFrom: [
'<rootDir>/src/**/*.{ts,js,tsx,jsx}'
],
Expand Down
Loading

0 comments on commit c0e8cc4

Please sign in to comment.