Skip to content

Commit

Permalink
Update github-pages.md (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hill authored Oct 1, 2024
1 parent d1761bc commit 6fd64cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/3.deploy/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
# Pick your own package manager and build script
Expand Down

0 comments on commit 6fd64cc

Please sign in to comment.