Skip to content

Commit

Permalink
fix: Upgrade node version of auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Jun 1, 2023
1 parent 5def038 commit 997f75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: 14.x
node-version: 16.x

- name: Get yarn cache directory
id: yarn-cache
Expand Down

0 comments on commit 997f75f

Please sign in to comment.