chore: enforce using Node.js 22, fixing #13, ignore IDE files (#15)
All checks were successful
/ test (push) Successful in 10s
All checks were successful
/ test (push) Successful in 10s
Reviewed-on: #15 Co-authored-by: Jos de Jong <wjosdejong@gmail.com> Co-committed-by: Jos de Jong <wjosdejong@gmail.com>
This commit is contained in:
parent
2f9071af1b
commit
de870f2adc
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