Skip to content

Commit

Permalink
restrict node to 16 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Oct 28, 2023
1 parent 6e1f7ee commit 396702f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version-file: .nvmrc

- run: yarn --frozen-lockfile
shell: bash
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": [
"github>microsoft/m365-renovate-config",
"github>microsoft/m365-renovate-config:groupMore",
"github>microsoft/m365-renovate-config:keepFresh"
"github>microsoft/m365-renovate-config:keepFresh",
"github>microsoft/m365-renovate-config:restrictNode(16)"
],
"ignorePresets": ["github>microsoft/m365-renovate-config:dependencyDashboardMajor"],

Expand Down

0 comments on commit 396702f

Please sign in to comment.