Skip to content

Commit b65fef8

Browse files
committed
Update Node.js version in deployment workflow and package configuration
- Changed Node.js version from 18 to 20 in the GitHub Actions workflow for deploying the documentation site. - Updated the Node.js engine requirement in package.json to reflect the new version.
1 parent eb70875 commit b65fef8

File tree

3 files changed

+2
-17573
lines changed

3 files changed

+2
-17573
lines changed

.github/workflows/deploy-docs-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: "18"
31+
node-version: "20"
3232

3333
- name: Install dependencies
3434
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)