Skip to content

Commit

Permalink
fix(deploy): change node version to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
billalxcode committed Jul 7, 2024
1 parent abc6fde commit d775f5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Ubuntu Packages
run: |
sudo apt-get update
Expand Down

0 comments on commit d775f5f

Please sign in to comment.