Skip to content

Commit

Permalink
Update node version in deployment job.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed Dec 21, 2023
1 parent 4a8e0d1 commit bb9356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "yarn"

- name: Install dependencies
Expand Down

0 comments on commit bb9356c

Please sign in to comment.