Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Sep 11, 2024
1 parent d656420 commit cdc6722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install dependencies
- name: Install root dependencies
run: npm install
- name: Install dependencies
- name: Install dependencies (workspaces)
run: npm ci --workspaces
- name: Build App
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manifest",
"version": "4.0.0-alpha.10",
"version": "4.0.0-beta",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
Expand Down

0 comments on commit cdc6722

Please sign in to comment.