Skip to content

Commit

Permalink
use pnpm 9 and node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
emonadeo authored May 2, 2024
1 parent b332981 commit a768d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'pnpm'
- name: Setup Pages
id: pages
Expand Down

0 comments on commit a768d87

Please sign in to comment.