Skip to content

Commit

Permalink
chore: pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie committed Oct 27, 2024
1 parent 4653a12 commit b663614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
node-version: '20'

- name: Install pnpm
run: npm install -g pnpm

- name: Create .env file
run: |
jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' <<< "$SECRETS_CONTEXT" >> .env
Expand Down

0 comments on commit b663614

Please sign in to comment.