diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 240d54cb..92018e5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2faa3fa7..016dfa1e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,11 +27,11 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3.1.1 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 diff --git a/package.json b/package.json index 823203b3..8dcefdab 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } } \ No newline at end of file