Skip to content

Commit 5c85cb7

Browse files
authored
🔧 Use Node 22 locally (#35)
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
1 parent fd066f4 commit 5c85cb7

File tree

3 files changed

+8
-27
lines changed

3 files changed

+8
-27
lines changed

‎.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

‎package-lock.json

+6-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/css-tree": "^2.3.8",
6060
"@types/js-yaml": "^4.0.9",
6161
"@types/lodash.camelcase": "^4.3.9",
62-
"@types/node": "^20.14.14",
62+
"@types/node": "^22.1.0",
6363
"esbuild": "~0.23.0",
6464
"eslint-config-connorjs": "^1.1.0",
6565
"husky": "^9.1.4",

0 commit comments

Comments
 (0)