Skip to content

Commit

Permalink
Merge pull request #418 from mhbdev/patch-2
Browse files Browse the repository at this point in the history
Update app-examples.mdx
  • Loading branch information
kuhel authored Nov 15, 2023
2 parents 5423ee8 + c4af571 commit 4a69e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/develop/dapps/telegram-apps/app-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: './'
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 4a69e8c

Please sign in to comment.