Skip to content

Commit

Permalink
Merge pull request #166 from embroider-build/node-16
Browse files Browse the repository at this point in the history
drop support for Node 16
  • Loading branch information
mansona authored Nov 25, 2024
2 parents 06b0eb0 + 48719cc commit c902d5c
Show file tree
Hide file tree
Showing 3 changed files with 2,601 additions and 2,075 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"release-plan": "^0.11.0",
"vitest": "^2.1.5"
},
"packageManager": "pnpm@8.15.8",
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"engines": {
"node": "16.* || 18.* || >= 20"
"node": "18.* || >= 20"
}
}
Loading

0 comments on commit c902d5c

Please sign in to comment.