Skip to content

Commit

Permalink
Merge pull request #65 from Kuadrant/use-node-18
Browse files Browse the repository at this point in the history
Use node 18 for eleventy build/deploy
  • Loading branch information
openshift-merge-bot[bot] authored Aug 21, 2024
2 parents d5f95c3 + 71301f8 commit 7a9c918
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 7a9c918

Please sign in to comment.