Skip to content

Commit

Permalink
Merge 50d5397 into 99c3358
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Sep 28, 2023
2 parents 99c3358 + 50d5397 commit 6d1374c
Show file tree
Hide file tree
Showing 7 changed files with 692 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
build_script: |
npm i -D react@17 react-dom@17 @testing-library/react@12
npm run build
node_matrix: '["16.x"]'

call_run_tests-react-16:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
build_script: |
npm i -D react@16.14 react-dom@16.14 @testing-library/react@12
npm run build
node_matrix: '["16.x"]'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# build
/lib
/dist

# misc
.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ THE SOFTWARE.

The following NPM package may be included in this product:

- cross-fetch@3.1.6
- cross-fetch@3.1.8

This package contains the following license and notice below:

Expand Down Expand Up @@ -384,7 +384,7 @@ THE SOFTWARE.

The following NPM package may be included in this product:

- node-fetch@2.6.11
- node-fetch@2.7.0

This package contains the following license and notice below:

Expand Down
Loading

0 comments on commit 6d1374c

Please sign in to comment.