Skip to content

Commit

Permalink
chore(deps): bump node from v18 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 6, 2024
1 parent d1aa592 commit 9832468
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
node-version:
description: The node version to setup and use.
default: 18
default: 20
required: false
type: number
cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: publish-release
type: string
node-version:
description: The Nodejs version to use
default: 18
default: 20
required: false
type: number
npm-publish:
Expand Down
4 changes: 2 additions & 2 deletions docs/markdown-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Specify the target repository this action should run on. This is used to prevent

The node version to setup and use.

- This `input` is optional, with a default of 16.
- This `input` is optional, with a default of `20`.

#### cache

Expand Down Expand Up @@ -77,6 +77,6 @@ jobs:
uses: mdn/workflows/.github/workflows/markdown-lint.yml@main
with:
cache: "npm"
node-version: 18
node-version: 20
target-repo: "mdn/workflows"
```
2 changes: 1 addition & 1 deletion docs/publish-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is can be one of the release types as [detailed in the release please docs]

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.

- This `input` is optional with a default of `12`
- This `input` is optional with a default of `20`

#### npm-publish

Expand Down

0 comments on commit 9832468

Please sign in to comment.