Skip to content

Commit

Permalink
Update Node.js to 20 (#355)
Browse files Browse the repository at this point in the history
Node.js 20 has been LTS since 2023-10-24.
See https://github.com/nodejs/Release#release-schedule
  • Loading branch information
ybiquitous authored Nov 1, 2023
1 parent 5968609 commit 39f3b3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
test:
uses: stylelint/.github/.github/workflows/test.yml@main
with:
node-version: '["18"]'
node-version: '["20"]'
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
}

0 comments on commit 39f3b3f

Please sign in to comment.