Skip to content

Commit

Permalink
Merge pull request #130 from aws-samples/website
Browse files Browse the repository at this point in the history
Upgrade Docusaurus version in Website
  • Loading branch information
frbrkoala authored Sep 30, 2024
2 parents a2be697 + 4e6f051 commit d05dadf
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 827 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 19
cache: npm
cache-dependency-path: website/package-lock.json
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 19
cache: npm
cache-dependency-path: website/package-lock.json

Expand Down
Loading

0 comments on commit d05dadf

Please sign in to comment.