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

Commit

Permalink
Merge pull request #77 from nijotz/remove-v8
Browse files Browse the repository at this point in the history
Remove v8
  • Loading branch information
nijotz authored Oct 28, 2020
2 parents f5a5866 + d015160 commit 4bbcb32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -44,7 +44,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 0 additions & 5 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "New Relic Node.js agent team <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"devDependencies": {
"@koa/router": "^8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions tests/versioned/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tests": [
{
"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"koa": "^1.5.0"
Expand All @@ -21,7 +21,7 @@
},
{
"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"koa": ">=2.0.0"
Expand All @@ -32,7 +32,7 @@
},
{
"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"koa": ">=2.0.0",
Expand All @@ -45,7 +45,7 @@
},
{
"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"koa": ">=2.0.0",
Expand Down

0 comments on commit 4bbcb32

Please sign in to comment.