Skip to content

Commit

Permalink
Merge pull request #110 from nhsuk/fix/versions
Browse files Browse the repository at this point in the history
update dependencies to latest versions
  • Loading branch information
mikemonteith authored Jul 16, 2020
2 parents 8510525 + 5190d18 commit 1f7e9db
Show file tree
Hide file tree
Showing 3 changed files with 7,486 additions and 2,586 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
versionSpec: '12.x'
displayName: 'Install Node.js'

- script: npm install
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
versionSpec: '12.x'
displayName: 'Install Node.js'

- script: npm install
Expand Down
Loading

0 comments on commit 1f7e9db

Please sign in to comment.