Commit dab8e8a
authored
test: fix range for parent URL test (#5463)
**What's the problem this PR addresses?**
The test added in #5362 doesn't run
on Node.js v17.
Fixes
https://github.com/yarnpkg/berry/actions/runs/5060283241/jobs/9083017466
**How did you fix it?**
Updated the range to match Node.js versions containing
nodejs/node#42881
**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.1 parent ebfb96a commit dab8e8a
File tree
3 files changed
+6
-1
lines changed- .yarn/versions
- packages
- acceptance-tests/pkg-tests-specs/sources
- yarnpkg-pnp/sources/esm-loader
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
972 | 972 | | |
973 | 973 | | |
974 | 974 | | |
975 | | - | |
| 975 | + | |
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments