Skip to content

Commit

Permalink
Merge pull request #933 from streamlit/sfc-gh-tteixeira-patch-1
Browse files Browse the repository at this point in the history
Update postbuild-scripts.yml to latest version of node (v20)
  • Loading branch information
sfc-gh-tteixeira authored Jan 12, 2024
2 parents d2bd728 + b46b80c commit fc91c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postbuild-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup node, build the site and search index afterwards
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "20"
- run: npm install
- run: npm run export
- run: node ./scripts/build-search-index.js
Expand All @@ -38,7 +38,7 @@ jobs:
id: sitemap
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "20"
- run: npm install
- run: npm run export
- run: npm run sitemap
Expand Down

0 comments on commit fc91c80

Please sign in to comment.