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

Commit

Permalink
v9 is already EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed May 15, 2018
1 parent 34aa615 commit dd7aefa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0",
"nodeVersions": {
"v10.x": "v10.1.0",
"v9.x": "v9.11.1",
"v8.x": "v8.11.1",
"v6.x": "v6.14.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -7,7 +7,7 @@ const contentDir = path.join(__dirname, 'content')

test('defines nodeVersions', () => {
const majors = Object.keys(nodeVersions)
const expectedMajors = ['v10.x', 'v9.x', 'v8.x', 'v6.x']
const expectedMajors = ['v10.x', 'v8.x', 'v6.x']
expect(expectedMajors).toEqual(majors)

const versions = Object.values(nodeVersions)
Expand Down

0 comments on commit dd7aefa

Please sign in to comment.