Skip to content

Commit

Permalink
fix: changed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AhtishamShahid committed Dec 1, 2023
1 parent 49d2694 commit 31afdb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
path: /home/runner/work/frontend-app-discussions/
- name: Set Working Directory
run: cd /home/runner/work/frontend-app-discussions/
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
Expand Down

0 comments on commit 31afdb8

Please sign in to comment.