Skip to content

Commit

Permalink
Update push.yml (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneemkoushar authored Jan 19, 2024
1 parent 5c25fa0 commit 8d05569
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
- name: Checkout the Repository
uses: actions/checkout@v3

- name: Node.js Version
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Restore node_modules from cache
id: cache-npm
uses: actions/cache@v3
Expand Down Expand Up @@ -136,6 +141,7 @@ jobs:
path: talawa-admin-docs

Copy-docs-to-talawa-docs:
needs: Generate-Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8d05569

Please sign in to comment.