Skip to content

Commit

Permalink
fix version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 21, 2021
1 parent 2beb94e commit 87f58ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, 15]
node: [12, 14, 16]
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 @@ -39,7 +39,7 @@
## System Requirements

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

All of these must be available in your `PATH`. To verify things are set up
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "GPL-3.0-only",
"main": "src/index.js",
"engines": {
"node": "12 || 14 || 15",
"node": "12 || 14 || 15 || 16",
"npm": ">=6"
},
"dependencies": {
Expand Down

0 comments on commit 87f58ea

Please sign in to comment.