Skip to content

Commit

Permalink
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).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Dec 26, 2018
1 parent c37d58c commit 6c59f14
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 6c59f14

Please sign in to comment.