Skip to content

Commit

Permalink
chore(workflow): update to revert version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
cgirani committed Oct 13, 2023
1 parent fb06774 commit 6e85b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/setup-node@v1
if: steps.changes.outputs.react == 'true'
with:
node-version: '16.x'
node-version: '20.x'

- name: Run cli command to create test app
if: steps.changes.outputs.react == 'true'
Expand Down

0 comments on commit 6e85b05

Please sign in to comment.