Skip to content

Commit

Permalink
Node 12 actions are deprecated so required udpated been applied on pa…
Browse files Browse the repository at this point in the history
…ges build config (#40)
  • Loading branch information
jamest1903 authored Jun 26, 2024
1 parent 2a00323 commit edd7a8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -32,7 +32,7 @@ jobs:
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_dir: ./docs
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit edd7a8a

Please sign in to comment.