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 6fdc154 commit e6c77ceCopy full SHA for e6c77ce
.github/workflows/automated.yml
@@ -49,12 +49,7 @@ jobs:
49
IMAGE: cocreateapps/cocreate-docs
50
VERSION: ${{ needs.release.outputs.new_release_version }}
51
steps:
52
- - name: Checkout
53
- uses: actions/checkout@v3
54
- - name: setup nodejs
55
- uses: actions/setup-node@v3
56
- with:
57
- node-version: 16
+ - uses: actions/checkout@v3
58
- name: Login to DockerHub
59
uses: docker/login-action@v1
60
with:
0 commit comments