Skip to content

Commit

Permalink
Merge pull request #64 ci: upgrade to node.js v10.x
Browse files Browse the repository at this point in the history
In theory, the (very simple) GitGitGadget code should compile easily
with any node.js version that supports ES6. In practice, only a proper
test suite can give us enough confidence that that is the case.

Luckily, even GitGitGadget's rather sparse test suite covers enough to
give us that confidence, and we should be able to upgrade to node.js
v10.x without issues (because v8.x is expected to not receive any
regular updates anymore come April '19, and not even security updates
come December '19).

This addresses part of #63.
  • Loading branch information
derrickstolee committed Dec 26, 2018
2 parents 319cc63 + 6c59f14 commit 7b15296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -12,7 +12,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
versionSpec: '10.x'
displayName: 'Install Node.js'

- script: |
Expand Down

0 comments on commit 7b15296

Please sign in to comment.