Skip to content

Commit

Permalink
chore: update node version 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and benfdking committed Nov 23, 2024
1 parent 480522d commit 376b232
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.17.0
v22.11.0
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rauschma/env-var": "^1.0.1",
"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.9",
"@types/node": "~20.16.15",
"@types/node": "~22.9.3",
"@types/vscode": "^1.95.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqruff",
"engines": {
"node": ">=20.0.0",
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"engineStrict": true,
Expand All @@ -15,4 +15,4 @@
"fmt": "prettier --cache -w editors playground README.md .github/**/*.{yaml,yml}",
"fmt:check": "prettier --cache --check editors playground README.md .github/**/*.{yaml,yml}"
}
}
}
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.

0 comments on commit 376b232

Please sign in to comment.