Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[workflow] pnpm setupを使う #70

Open
naruse666 opened this issue Aug 6, 2024 · 0 comments
Open

[workflow] pnpm setupを使う #70

naruse666 opened this issue Aug 6, 2024 · 0 comments

Comments

@naruse666
Copy link
Contributor

pnpm公式のインストーラーを利用する。
https://github.com/pnpm/action-setup

- name: Setup Node.js
  uses: actions/setup-node@v4
  with:
    node-version: '18'  # Node.jsのバージョンを指定

- name: Install pnpm
  uses: pnpm/action-setup@v2
  with:
    version: 8  # pnpmのバージョンを指定

- name: Install dependencies
  run: pnpm install
  working-directory: apps/api  # 作業ディレクトリを指定
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant