Skip to content

Commit

Permalink
Add pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
erikasv committed Feb 14, 2024
1 parent 92e27d8 commit a4a6a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev_stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit a4a6a82

Please sign in to comment.