Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf committed Nov 1, 2024
1 parent bd9cc25 commit 03f29aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22]
node: [20]
name: Prettier on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22]
node: [20]
name: Linting on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/lwc-dev-mobile-core",
"description": "Core module supporting Salesforce CLI mobile extension plug-ins",
"version": "4.0.0-alpha.9",
"version": "4.0.0-alpha.10",
"author": {
"name": "Meisam Seyed Aliroteh",
"email": "[email protected]",
Expand Down Expand Up @@ -63,7 +63,7 @@
"node": ">=20.0.0"
},
"volta": {
"node": "20.13.1",
"node": "20.18.0",
"yarn": "1.22.22"
},
"main": "dist/index.js",
Expand Down

1 comment on commit 03f29aa

@sfdctaka
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.