Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi authored Oct 18, 2023
1 parent 0378737 commit b2f2058
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: switch to client directory
run: cd WebSocketClient/UVLPlayground
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: WebSocketClient/UVLPlayground/package-lock.json
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit b2f2058

Please sign in to comment.