Skip to content

Commit

Permalink
try using node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Jan 11, 2022
1 parent b12903e commit b50caf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- macOS-latest
node_version:
- 14
- 16

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14
v16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Noah Zinsmeister <noahwz@gmail.com>",
"license": "GPL-3.0-or-later",
"engines": {
"node": "^14"
"node": "^14 || ^16"
},
"scripts": {
"bootstrap": "lerna bootstrap",
Expand Down

1 comment on commit b50caf8

@vercel
Copy link

@vercel vercel bot commented on b50caf8 Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.