From a9fd62b0e87623459f07649703788b837a104ae5 Mon Sep 17 00:00:00 2001 From: Alan Greasley Date: Thu, 23 Mar 2023 21:11:42 +0000 Subject: [PATCH] chore: apply Node 16 storybook fix to tag build --- .github/workflows/tag.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index be200a8674..ce1c1fe3d5 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -28,6 +28,11 @@ jobs: with: fetch-depth: 0 + - name: Set Node to v16 + uses: actions/setup-node@v3 + with: + node-version: 16 + - name: Set variables id: vars run: echo "::set-output name=tag::$(git describe --tag --abbrev=0)"