Skip to content

Commit 61e2897

Browse files
committed
Update Node version and add version checks in update-docs CI workflow
Bumps Node.js to 20.16.0 and enables Yarn caching in the update-docs workflow. Adds a step to display Node, Corepack, and Yarn versions for better visibility during CI runs.
1 parent 2682fe5 commit 61e2897

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/update-docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ jobs:
3131
path: maps-docs
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
34+
node-version: 20.16.0
35+
cache: yarn
36+
- name: Show Node & Yarn versions
37+
run: |
38+
node -v
39+
corepack --version || true
40+
yarn -v
3541
- uses: oven-sh/setup-bun@v1
3642
with:
3743
bun-version: latest

0 commit comments

Comments
 (0)