Skip to content

Commit

Permalink
Merge pull request #466 from terrestris/add-extracted
Browse files Browse the repository at this point in the history
chore: add extracted sources from react-geo
  • Loading branch information
hwbllmnn authored Sep 5, 2023
2 parents b55a052 + 738a3ad commit 2888de9
Show file tree
Hide file tree
Showing 34 changed files with 12,081 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 2888de9

Please sign in to comment.