Skip to content

Commit 960a6a3

Browse files
authored
update react-scripts (epicweb-dev#263)
1 parent 3ab0ac1 commit 960a6a3

File tree

6 files changed

+26400
-13945
lines changed

6 files changed

+26400
-13945
lines changed

.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
@@ -57,7 +57,7 @@ For a local development environment, follow the instructions below
5757
## System Requirements
5858

5959
- [git][git] v2.13 or greater
60-
- [NodeJS][node] `12 || 14 || 15 || 16`
60+
- [NodeJS][node] `14 || 16 || 18`
6161
- [npm][npm] v6 or greater
6262

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

craco.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@kentcdodds/react-workshop-app/craco.config')

0 commit comments

Comments
 (0)