Skip to content

Commit

Permalink
chore: update Node version in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptocodes committed Oct 11, 2024
1 parent 55591b5 commit c46f3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install packages
run: yarn
Expand Down

0 comments on commit c46f3f5

Please sign in to comment.