Skip to content

Commit d7f5f8f

Browse files
authored
update react-scripts (#221)
1 parent 2a7d838 commit d7f5f8f

6 files changed

Lines changed: 25733 additions & 13833 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
node: [12, 14, 16]
16+
node: [14, 16, 18]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: ⬇️ Checkout repo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
## System Requirements
4444

4545
- [git][git] v2.13 or greater
46-
- [NodeJS][node] `12 || 14 || 15 || 16`
46+
- [NodeJS][node] `14 || 16 || 18`
4747
- [npm][npm] v6 or greater
4848

4949
All of these must be available in your `PATH`. To verify things are set up

0 commit comments

Comments
 (0)