Skip to content

Commit

Permalink
chore: revert to node 16, ignore dependency in renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
satish-ravi committed Aug 26, 2023
1 parent ce6efe2 commit 59e6be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
16
2 changes: 2 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
extends: ['github>valora-inc/renovate-config:default.json5'],
// ignore node, which is forced to v16
ignoreDeps: ['node'],
}

0 comments on commit 59e6be8

Please sign in to comment.