From 3cc16a50f59aeeab4b563fda76aafb5ee1597214 Mon Sep 17 00:00:00 2001 From: Denis Barbaron Date: Thu, 14 Apr 2022 10:53:18 +0200 Subject: [PATCH] update semaphore files for consistency with upgrading nodejs to latest version (#505) Signed-off-by: Denis Barbaron --- .semaphore/deploy_dockerhub.yml | 2 +- .semaphore/deploy_npmjs.yml | 6 +++--- .semaphore/semaphore.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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