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