Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmoravej authored Nov 8, 2023
1 parent 922ec51 commit 1e83bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20.5.1'

- name: Install Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
"node": ">=20.5.1"
}
}

0 comments on commit 1e83bc1

Please sign in to comment.