Skip to content

Commit bc83af1

Browse files
committed
setup pnpm for build
1 parent 1954939 commit bc83af1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-lambda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v2
2525

26+
- name: Setup pnpm
27+
uses: pnpm/action-setup@v4
28+
2629
- name: Configure AWS credentials
2730
uses: aws-actions/configure-aws-credentials@v1
2831
with:

0 commit comments

Comments
 (0)