Skip to content

Commit

Permalink
Fix/test (#114)
Browse files Browse the repository at this point in the history
* fix: test

* fix: test
  • Loading branch information
tkow authored Sep 8, 2024
1 parent dbb2c13 commit dfb5f95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
registry-url: https://registry.npmjs.org/
scope: '@mochi-inc-japan'

- name: Install dependencies
- name: pnpm setup
id: pnpm-setup
run: corepack enable

- name: Get pnpm store directory
id: pnpm-cache
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false
- name: pnpm setup
id: pnpm-setup
run: corepack enable

- name: Get pnpm store directory
id: pnpm-cache
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion packages/algolia-tools-cli-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@algolia/client-search": ">=5.0.0",
"@mochi-inc-japan/algolia-tools": ">=3.0.0",
"@mochi-inc-japan/algolia-tools": ">=2.0.0",
"algoliasearch": ">=5.0.0",
"commander": ">=9.0.0",
"typescript": ">=5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-algolia-tools-firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"firebase-tools": "^11.16.1"
},
"peerDependencies": {
"@mochi-inc-japan/algolia-tools": ">=3.0.0",
"@mochi-inc-japan/algolia-tools-cli-generator": ">=3.0.0",
"@mochi-inc-japan/algolia-tools": ">=2.0.5",
"@mochi-inc-japan/algolia-tools-cli-generator": ">=2.0.5",
"commander": ">=9.0.0",
"firebase-admin": ">=10.2.0",
"typescript": ">=5.0.0"
Expand Down

0 comments on commit dfb5f95

Please sign in to comment.