Skip to content

Commit 8815983

Browse files
committed
Merge remote-tracking branch 'origin/main' into latest-tutorial-pass-fixes
2 parents 42b5c34 + ebab158 commit 8815983

80 files changed

Lines changed: 13153 additions & 2816 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
# choose node.js version to use
24-
node-version: 20
24+
node-version: 24
2525

2626
- name: Install dependencies
2727
run: cd docs && npm ci

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
# choose node.js version to use
21-
node-version: 20
21+
node-version: 24
2222

2323
- name: Install dependencies
2424
run: cd docs && npm ci

0 commit comments

Comments
 (0)