Skip to content

Commit

Permalink
use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Apr 12, 2024
1 parent 00ba5ce commit 8d9563f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- uses: dAppServer/[email protected]
Expand Down

0 comments on commit 8d9563f

Please sign in to comment.