Skip to content

Commit

Permalink
try updating more shit
Browse files Browse the repository at this point in the history
  • Loading branch information
simeydotme committed Oct 27, 2024
1 parent 925cdd0 commit 45eb476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Install, build, and upload your site output
uses: withastro/action@v0
with:
pnpm-version: 8.6.10

deploy:
needs: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.11.0

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 8.6.10
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 45eb476

Please sign in to comment.