Skip to content

Commit

Permalink
updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Nov 8, 2024
1 parent d931a1b commit d8eda36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14' # Use the same Node.js version as your project requirements
node-version: '20' # Use the same Node.js version as your project requirements
- name: Yarn Install
run: yarn install
- name: Ensure Symlink
Expand Down
2 changes: 1 addition & 1 deletion apps/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "box",
"version": "1.6.20",
"version": "1.6.21",
"private": true,
"dependencies": {
"@functionland/fula-sec": "*",
Expand Down

0 comments on commit d8eda36

Please sign in to comment.