Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v5
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: ./Docs/pages/package-lock.json
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v5
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: ./Docs/pages/package-lock.json
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GithubToken: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v5
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: ./Docs/pages/package-lock.json
- name: Install dependencies
Expand Down
Loading
Loading