Skip to content

Commit

Permalink
update node/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo committed Oct 1, 2023
1 parent 1c296b7 commit 76d1948
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install, build, and upload your site output
uses: withastro/action@v0
with:
node-version: 18.12.1
node-version: 20.3.0
package-manager: pnpm
deploy:
needs: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18.12.1
node-version: 20.3.0

- uses: pnpm/action-setup@v2
with:
version: 7.29.0
version: 8.6.6

- name: Install Dependencies
run: pnpm install
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"unist-util-visit": "^4.1.2"
},
"engines": {
"node": "~18.12.1",
"pnpm": "^7.29.0",
"node": "~20.3.0",
"pnpm": "^8.6.6",
"ts-node": ">= 10.9.1"
},
"license": "MIT",
Expand All @@ -94,7 +94,7 @@
"type": "module",
"version": "0.7.1",
"volta": {
"node": "18.12.1",
"pnpm": "7.29.0"
"node": "20.3.0",
"pnpm": "8.6.6"
}
}

0 comments on commit 76d1948

Please sign in to comment.