Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump node from v18 to v20 #149

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading