Skip to content

Commit

Permalink
Attempt to fix CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisl8 committed Dec 28, 2024
1 parent 2e062a2 commit 2adab39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: ./scripts/versionNumberUpdate.sh
- run: npm i
- run: npm run build
1 change: 0 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: ./scripts/versionNumberUpdate.sh
- run: npm i
- run: node server/server.js

0 comments on commit 2adab39

Please sign in to comment.