chore: enforce using Node.js 22, fixing #13, ignore IDE files
All checks were successful
/ test (pull_request) Successful in 15s
All checks were successful
/ test (pull_request) Successful in 15s
This commit is contained in:
parent
2f9071af1b
commit
073cf294db
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,3 +9,5 @@ logs
|
|||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# IDE's
|
||||
.idea
|
||||
|
|
1
.npmrc
Normal file
1
.npmrc
Normal file
|
@ -0,0 +1 @@
|
|||
--use-node-version=22.14.0
|
Loading…
Add table
Reference in a new issue