Skip to content

Commit

Permalink
Merge pull request #83 from storyblok/chore/fix-release-action-on-ci
Browse files Browse the repository at this point in the history
feat: fix the release workflow and publish the region-helper functionality
  • Loading branch information
demetriusfeijoo authored Mar 6, 2024
2 parents 7a0e234 + 0f88143 commit fb87d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.11
cache: 'yarn'
- name: Install dependencies
run: yarn
Expand Down

0 comments on commit fb87d49

Please sign in to comment.