Skip to content

Commit aa1e6b5

Browse files
committed
chore: update pnpm install command and bump nx and webpack versions
1 parent e814012 commit aa1e6b5

File tree

4 files changed

+4670
-6160
lines changed

4 files changed

+4670
-6160
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4242

4343
- name: Install dependencies
44-
run: pnpm ci
44+
run: pnpm install
4545

4646
- name: Prettify README
4747
run: pnpm run prettify:ci:readme

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
${{ runner.os }}-pnpm-store-
5252
5353
- name: Install Dependencies
54-
run: pnpm ci
54+
run: pnpm install
5555

5656
- name: Build All Packages
5757
run: npx nx run-many -t build:ci

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"jsdom": "^28.0.0",
5858
"jsdom-global": "^3.0.2",
5959
"lerna": "^9.0.3",
60-
"nx": "^22.4.4",
60+
"nx": "^22.4.5",
6161
"nx-cloud": "^19.1.0",
6262
"prettier": "^3.8.1",
6363
"prettier-plugin-multiline-arrays": "4.1.3",
@@ -78,7 +78,7 @@
7878
"typescript-eslint": "^8.54.0",
7979
"typescript-json-schema": "^0.67.1",
8080
"vitest": "^4.0.18",
81-
"webpack": "^5.104.1",
81+
"webpack": "^5.105.0",
8282
"webpack-bundle-analyzer": "^5.2.0",
8383
"webpack-cli": "^6.0.1",
8484
"yargs": "^18.0.0"

0 commit comments

Comments
 (0)