Skip to content
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/node-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node: ['20', '18']
node: ['24', '20']
Copy link

Choose a reason for hiding this comment

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

shouldn't this also include 22 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you want an explicit for it, yes. If you just wanna check bounds, this could be sufficient. Comes down to being entirely sure or limiting resource usage and saving some of the planet as a trade off.

Copy link
Collaborator

Choose a reason for hiding this comment

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

yeah I'm good with this. honestly we really only need to be testing the latest, since node does really good back compat, but fine with this


name: Node v${{ matrix.node }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node: ['20', '18']
node: ['20', '24']

name: Node v${{ matrix.node }}

Expand Down
6 changes: 3 additions & 3 deletions packages/terser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"default": "./dist/cjs/index.js"
},
"engines": {
"node": ">=14.0.0"
"node": ">=20.0.0"
},
"scripts": {
"build": "rollup -c",
Expand Down Expand Up @@ -61,12 +61,12 @@
}
},
"dependencies": {
"serialize-javascript": "^6.0.1",
"serialize-javascript": "^7.0.3",
"smob": "^1.0.0",
"terser": "^5.17.4"
},
"devDependencies": {
"@types/serialize-javascript": "^5.0.2",
"@types/serialize-javascript": "^5.0.4",
"rollup": "^4.0.0-24",
"typescript": "^4.8.3"
},
Expand Down
30 changes: 11 additions & 19 deletions pnpm-lock.yaml

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

Loading