Skip to content

Commit

Permalink
Update prod.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixcoded20 authored Dec 9, 2022
1 parent d0ef7ee commit 3fc075a
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@v2

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: '18'

- name: 🔨 Build Project
run: |
Expand Down

0 comments on commit 3fc075a

Please sign in to comment.