Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update semaphore files for consistency with upgrading node to latest tag #505

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .semaphore/deploy_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ blocks:
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
6 changes: 3 additions & 3 deletions .semaphore/deploy_npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,4 +16,4 @@ blocks:
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down