Skip to content

Commit

Permalink
Transitioning from Node 16 to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 21, 2024
1 parent a51896d commit 9e43608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
Expand All @@ -33,7 +33,7 @@ jobs:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

deploy:
environment:
Expand Down

0 comments on commit 9e43608

Please sign in to comment.