Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ef81sp authored Jan 19, 2024
1 parent fed059b commit d8472ed
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: pnpm/action-setup@v2.2.2
- name: Install Node.js
uses: actions/setup-node@v3
with:
version: 8.14.1
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit d8472ed

Please sign in to comment.