Skip to content

Commit

Permalink
🔧 Use Node 22 locally
Browse files Browse the repository at this point in the history
Upgrades to Node 22 locally and for the build. The pipeline tests
continue to run a test matrix with Node 20 and 22.

+semver: none
  • Loading branch information
connorjs committed Aug 6, 2024
1 parent fd066f4 commit 4db53ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
31 changes: 6 additions & 25 deletions 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 @@ -59,7 +59,7 @@
"@types/css-tree": "^2.3.8",
"@types/js-yaml": "^4.0.9",
"@types/lodash.camelcase": "^4.3.9",
"@types/node": "^20.14.14",
"@types/node": "^22.1.0",
"esbuild": "~0.23.0",
"eslint-config-connorjs": "^1.1.0",
"husky": "^9.1.4",
Expand Down

0 comments on commit 4db53ad

Please sign in to comment.