Skip to content

Commit

Permalink
Avoid building examples on unsupported nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Mar 21, 2024
1 parent 16fb289 commit 6819170
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 305 deletions.
5 changes: 4 additions & 1 deletion examples/nextjs-approuter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions examples/nextjs-approuter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@rollbar/react": "file:.yalc/@rollbar/react",
"next": "14.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/react-17/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6819170

Please sign in to comment.