Skip to content

Commit

Permalink
Update to node 22 (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs authored Oct 28, 2024
2 parents bac73c4 + 1a8d688 commit 6de1273
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
22.10.0
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ lint: env
@corepack pnpm -r lint
@corepack pnpm lint:packages
@node ./scripts/check-packages-for-tslib.mjs
@node ./scripts/lint-node.js

# check repo for formatting errors
.PHONY: formatting\:check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@changesets/cli": "2.27.1",
"@guardian/prettier": "workspace:*",
"@manypkg/get-packages": "2.2.0",
"@types/node": "20.14.10",
"@types/node": "22.8.1",
"husky": "9.1.4",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit 6de1273

Please sign in to comment.