Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 18, 2022
1 parent 1e3cfe1 commit 64fa8a8
Show file tree
Hide file tree
Showing 6 changed files with 16,938 additions and 30,103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [12, 14, 16]
node: [14, 16, 18]
runs-on: ${{ matrix.os }}
steps:
- name: ⬇️ Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For a local development environment, follow the instructions below
## System Requirements

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

All of these must be available in your `PATH`. To verify things are set up
Expand Down
1 change: 1 addition & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@kentcdodds/react-workshop-app/craco.config')
Loading

0 comments on commit 64fa8a8

Please sign in to comment.