mirror of
https://github.com/marzer/tomlplusplus.git
synced 2025-02-21 12:40:38 +00:00
CI: update node docker image
This commit is contained in:
parent
965a707fe2
commit
97bf64b9fd
@ -1,4 +1,4 @@
|
||||
version: 2.1
|
||||
version: 2
|
||||
|
||||
jobs:
|
||||
|
||||
@ -134,7 +134,7 @@ jobs:
|
||||
|
||||
deploy_dox:
|
||||
docker:
|
||||
- image: node:8.10.0
|
||||
- image: node:14.4.0
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
@ -146,7 +146,7 @@ jobs:
|
||||
- run:
|
||||
name: Installing dependencies
|
||||
command: |
|
||||
npm install -g --silent gh-pages
|
||||
npm install -g --silent gh-pages@3.0.0
|
||||
git config user.email "ci-build@tomlplusplus.com"
|
||||
git config user.name "ci-build"
|
||||
- add_ssh_keys:
|
||||
|
Loading…
x
Reference in New Issue
Block a user