Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorochak committed Oct 3, 2024
1 parent b244fa4 commit 0514d6e
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 @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18.x"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 0514d6e

Please sign in to comment.