Skip to content

Commit 6fdc154

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/automated.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ jobs:
4949
IMAGE: cocreateapps/cocreate-docs
5050
VERSION: ${{ needs.release.outputs.new_release_version }}
5151
steps:
52-
- uses: actions/checkout@v2
52+
- name: Checkout
53+
uses: actions/checkout@v3
54+
- name: setup nodejs
55+
uses: actions/setup-node@v3
56+
with:
57+
node-version: 16
5358
- name: Login to DockerHub
5459
uses: docker/login-action@v1
5560
with:

0 commit comments

Comments
 (0)