Skip to content

Commit e6c77ce

Browse files
author
Frank Pagan
committed
fix: node version 16 in build action
1 parent 6fdc154 commit e6c77ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/automated.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ jobs:
4949
IMAGE: cocreateapps/cocreate-docs
5050
VERSION: ${{ needs.release.outputs.new_release_version }}
5151
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
52+
- uses: actions/checkout@v3
5853
- name: Login to DockerHub
5954
uses: docker/login-action@v1
6055
with:

0 commit comments

Comments
 (0)