Skip to content

Commit

Permalink
Update Node.js version to 21 and remove content directory in publish …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
charlieJ107 committed Jan 26, 2025
1 parent ce3ae6e commit a5229e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
run: |
cp -r content/content src/content/
cp -r content/images src/images
rm -rf content
tree src
- name: Detect package manager
Expand All @@ -73,7 +72,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "21"

- name: Setup Pages
id: pages
Expand Down

0 comments on commit a5229e7

Please sign in to comment.