diff --git a/.semaphore/deploy_dockerhub.yml b/.semaphore/deploy_dockerhub.yml index 19809fc9..92d7eb78 100644 --- a/.semaphore/deploy_dockerhub.yml +++ b/.semaphore/deploy_dockerhub.yml @@ -19,4 +19,4 @@ blocks: agent: machine: type: e1-standard-2 - os_image: ubuntu1804 + os_image: ubuntu2004 diff --git a/.semaphore/deploy_npmjs.yml b/.semaphore/deploy_npmjs.yml index 904baf33..81c95f31 100644 --- a/.semaphore/deploy_npmjs.yml +++ b/.semaphore/deploy_npmjs.yml @@ -6,8 +6,8 @@ blocks: jobs: - name: Deploy commands: - - install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp - - sem-version node 8.16.1 + - install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 + - sem-version node 17.9.0 - checkout - npm install - npm publish --access=public @@ -16,4 +16,4 @@ blocks: agent: machine: type: e1-standard-2 - os_image: ubuntu1804 + os_image: ubuntu2004 diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 713e6b16..fb2748c5 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -3,7 +3,7 @@ name: Docker agent: machine: type: e1-standard-2 - os_image: ubuntu1804 + os_image: ubuntu2004 blocks: - name: Build Standard Docker image task: @@ -19,8 +19,8 @@ blocks: jobs: - name: npm test commands: - - install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp - - sem-version node 8.16.1 + - install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 + - sem-version node 17.9.0 - checkout - npm install - npm test