Skip to content

Commit 0b31584

Browse files
committed
Merge branch 'main' into node-27-introduction-plans
2 parents a4cae59 + f2f2bf1 commit 0b31584

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/doctoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "README.md"
77
- "docs/BestPractices.md"
8+
- ".github/workflows/doctoc.yml"
89

910
permissions:
1011
contents: read
@@ -15,7 +16,7 @@ jobs:
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
19+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1920
with:
2021
node-version: 'lts/*'
2122
- name: Install doctoc

.github/workflows/eclint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
13+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1414
with:
1515
node-version: 'lts/*'
1616
- run: npm i -g eclint

.github/workflows/markdown-link-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "**/*.md"
77
- "markdown_link_check_config.json"
8+
- ".github/workflows/markdown-link-check.yml"
89

910
permissions:
1011
contents: read
@@ -14,7 +15,7 @@ jobs:
1415
runs-on: ubuntu-latest
1516
steps:
1617
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
18+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1819
with:
1920
node-version: 'lts/*'
2021
- name: Install markdown-link-check

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
baseuri https://nodejs.org/dist
2-
default_variant bookworm
2+
default_variant trixie
33
alpine_version 3.23
44
debian_versions bookworm bullseye trixie

0 commit comments

Comments
 (0)