Skip to content

Commit

Permalink
Node 6 doesn't support some of the language constructs in use, eg spr…
Browse files Browse the repository at this point in the history
…ead. Remove it from runner and update minimum claim to 8
  • Loading branch information
StoneCypher committed Jan 14, 2021
1 parent a58272f commit e3d8652
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
- { node-version: 14.x, os: macos-latest }
- { node-version: 14.x, os: windows-latest }
- { node-version: 14.x, os: ubuntu-latest }
- { node-version: 6.x, os: ubuntu-latest }
- { node-version: 8.x, os: ubuntu-latest }
- { node-version: 10.x, os: ubuntu-latest }
- { node-version: 12.x, os: ubuntu-latest }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jssm",
"version": "5.33.1",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"autoupdate": {
"source": "git",
Expand Down

0 comments on commit e3d8652

Please sign in to comment.