Skip to content

Commit

Permalink
Use node 18 for eleventy build/deploy
Browse files Browse the repository at this point in the history
Signed-off-by: David Martin <[email protected]>
  • Loading branch information
david-martin committed Aug 21, 2024
1 parent d5f95c3 commit 71301f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Build
uses: TartanLlama/actions-eleventy@master
with:
Expand Down

0 comments on commit 71301f8

Please sign in to comment.