Skip to content

Commit 8eb609a

Browse files
authored
chore(deps): bump node from v20 to v22 (#160)
1 parent cf46872 commit 8eb609a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
node-version:
1111
description: The node version to setup and use.
12-
default: 20
12+
default: 22
1313
required: false
1414
type: number
1515
cache:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: publish-release
1515
type: string
1616
node-version:
1717
description: The Nodejs version to use
18-
default: 20
18+
default: 22
1919
required: false
2020
type: number
2121
npm-publish:

docs/markdown-lint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Specify the target repository this action should run on. This is used to prevent
2727

2828
The node version to setup and use.
2929

30-
- This `input` is optional, with a default of `20`.
30+
- This `input` is optional, with a default of `22`.
3131

3232
#### cache
3333

@@ -77,6 +77,6 @@ jobs:
7777
uses: mdn/workflows/.github/workflows/markdown-lint.yml@main
7878
with:
7979
cache: "npm"
80-
node-version: 20
80+
node-version: 22
8181
target-repo: "mdn/workflows"
8282
```

docs/publish-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is can be one of the release types as [detailed in the release please docs]
3636

3737
The version of Node.js to use for the release. This action supports all [active and maintenance releases](https://nodejs.org/en/about/releases/) of Node.js.
3838

39-
- This `input` is optional with a default of `20`
39+
- This `input` is optional with a default of `22`
4040

4141
#### npm-publish
4242

0 commit comments

Comments
 (0)