Skip to content

Commit

Permalink
Upgrage Runtime for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kobe-koto committed Nov 3, 2023
1 parent 30fb5e1 commit 1fcb17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AstroBuild-GithubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js 18.0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.0
node-version: 20.0

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

- name: Get pnpm store directory
Expand Down

0 comments on commit 1fcb17a

Please sign in to comment.