Skip to content

Commit

Permalink
ajust setup .env
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Aug 15, 2024
1 parent 17b702c commit 8ee3cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/pnpm-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ runs:
node-version: ${{ inputs.node-version }}
cache: "pnpm"

- name: Setup .env
shell: bash
run: node setup.mjs

- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile -r

0 comments on commit 8ee3cee

Please sign in to comment.