Skip to content

Commit

Permalink
Update deploy-react-app.yml -update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
htafolla authored Dec 21, 2023
1 parent 59a0ad8 commit 54b1578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-react-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: "18.16.1"
node-version: "16.15.1"

# cache the dependencies to speed up the build
- name: Cache dependencies
Expand Down

0 comments on commit 54b1578

Please sign in to comment.