Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
updating node version
  • Loading branch information
mariatorrentedev authored Apr 18, 2024
1 parent 3ea27b3 commit 9689bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 14 # Adjust the Node.js version if needed
node-version: 21
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 9689bca

Please sign in to comment.