Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 from mrickard/NR-35635/drop-node-12
Browse files Browse the repository at this point in the history
Nr 35635/drop node 12
  • Loading branch information
bizob2828 authored Jul 26, 2022
2 parents 9ddacf0 + e722f99 commit 14b19f0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@ typings/
# VS Code specific configuration
.vscode

# JetBrains specific configuration
.idea

# macOs file
.DS_Store
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/newrelic/newrelic-node-nextjs#readme",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"devDependencies": {
"@newrelic/eslint-config": "^0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion tests/versioned/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tests": [
{
"engines": {
"node": ">=12"
"node": ">=14"
},
"dependencies": {
"next": "^12.0.9",
Expand Down
2 changes: 1 addition & 1 deletion third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Fri Jul 01 2022 16:32:45 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Tue Jul 26 2022 11:38:22 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic Next.js Instrumentation",
"projectUrl": "https://github.com/newrelic/newrelic-node-nextjs",
"includeOptDeps": false,
Expand Down

0 comments on commit 14b19f0

Please sign in to comment.