Skip to content

Commit

Permalink
test workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlandry93 committed Jul 14, 2024
1 parent 551efc7 commit 97f09f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eleventy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Build website using Eleventy
run: "npm run build"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: _site/

Expand Down

0 comments on commit 97f09f2

Please sign in to comment.