Skip to content

Commit

Permalink
Fix Dependabot by removing npm engine-strict=true
Browse files Browse the repository at this point in the history
The Node.js LTS v20 update in #4201 has stopped Dependabot from running

Rather than allow Node.js v18 and npm v9.6.5 we can remove `engine-strict=true`

```
Dependabot uses Node.js v18.18.2
 and NPM 9.6.5
. Due to the engine-strict setting, the update will not succeed.
```
  • Loading branch information
colinrotherham committed Oct 30, 2023
1 parent e398686 commit 55c8e9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit 55c8e9f

Please sign in to comment.