Skip to content
Open
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/check-pull-request-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [22.x, 24.x]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My vote here is we just drop node 22 at this point. @gnapse thoughts?


timeout-minutes: 60
steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
24
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@doist/react-interpolate",
"version": "2.2.2",
"version": "3.0.0",
"repository": "https://github.com/Doist/react-interpolate",
"license": "MIT",
"description": "A string interpolation component that formats and interpolates a template string in a safe way",
"main": "dist/react-interpolate.cjs",
"module": "dist/react-interpolate.mjs",
"types": "dist/react-interpolate.d.ts",
"engines": {
"node": "^20.0.0 || ^21.0.0 || ^22.0.0",
"node": "^22.0.0 || ^24.0.0",
"npm": "^10.0.0 || ^11.0.0"
},
"files": [
Expand Down