Skip to content

Commit

Permalink
fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Mar 13, 2024
1 parent 300c4e5 commit 7a6246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i -g pnpm
- name: Set up Node.js version
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'
- name: npm install, build, and test
run: |
npm i -g pnpm
pnpm i
cp .env.example .env
pnpm build
Expand Down

0 comments on commit 7a6246e

Please sign in to comment.