Skip to content

Commit

Permalink
Updated Node.js (#7673)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Nov 3, 2024
1 parent d2a1caa commit c779f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: 22
cache: "yarn"
cache-dependency-path: "website/yarn.lock"

Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/setup-node@v4
name: Setup node
with:
node-version: "20"
node-version: 22
- run: npm install -g markdownlint-cli2
name: Install markdownlint-cli2
- run: markdownlint-cli2 "*.md" "website/src/**/*.md"
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: 22
cache: "yarn"
cache-dependency-path: "website/yarn.lock"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: 22
cache: "yarn"
cache-dependency-path: "website/yarn.lock"

Expand Down

0 comments on commit c779f17

Please sign in to comment.