We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c676d7a commit bc37107Copy full SHA for bc37107
.github/workflows/continuous_delivery.yml
@@ -131,7 +131,7 @@ jobs:
131
- name: Node.js Setup
132
uses: actions/setup-node@v2
133
with:
134
- node-version: 12
+ node-version: 16
135
- name: Installation of Node.js dependencies
136
run: npm ci
137
- name: Release on NPM and Docker
@@ -140,7 +140,7 @@ jobs:
140
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
141
DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
142
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
143
- run: npx semantic-release
+ run: npx semantic-release@18.0.0
144
- run: docker-compose build test-contract
145
- name: Run contract test
146
run: make test-contract
0 commit comments