Skip to content

Commit f955291

Browse files
committed
updated config test script
1 parent ec8d622 commit f955291

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-v1-beta-platform-plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: pnpm/action-setup@v4
1313
with:
14-
version: 7
14+
version: 10.28.0
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '22.x'
@@ -20,7 +20,7 @@ jobs:
2020
run: corepack enable
2121

2222
- name: Install pnpm
23-
run: corepack prepare pnpm@7 --activate
23+
run: corepack prepare pnpm@10.28.0 --activate
2424

2525
- name: Install root dependencies
2626
run: pnpm install

packages/contentstack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": "oclif readme && git add README.md",
1313
"test:report": "tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
1414
"pretest": "tsc -p test",
15-
"test": "TS_NODE_PROJECT=test/tsconfig.json mocha --require ts-node/register 'test/**/*.test.ts'",
15+
"test": "TS_NODE_PROJECT=test/tsconfig.json mocha --require ts-node/register 'test/unit/**/*.test.ts'",
1616
"posttest": "npm run lint",
1717
"lint": "eslint src/**/*.ts",
1818
"format": "eslint src/**/*.ts --fix",

0 commit comments

Comments
 (0)