Skip to content

Commit

Permalink
Merge pull request #1 from codedthemes/phoenixcoded20-patch-1
Browse files Browse the repository at this point in the history
Update prod.yml
  • Loading branch information
phoenixcoded20 committed Dec 14, 2023
2 parents 3003cbb + ca46b75 commit c7a3722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v4

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: 🔨 Build Project
run: |
Expand Down

0 comments on commit c7a3722

Please sign in to comment.