PowerShell 7.1.0 introduces breaking changes that affect relative paths. Node packages generation fails with the following error:
The specified module '/home/runner/work/node-versions/node-versions/builders/builders/win-node-builder.psm1' was not loaded because no valid module file was found in any module directory.
In scope of this PR we prepared fix for this issue.
PowerShell 7.1.0 introduces breaking changes that affect relative paths. Node packages generation fails with the following error:
```
The specified module '/home/runner/work/node-versions/node-versions/builders/builders/win-node-builder.psm1' was not loaded because no valid module file was found in any module directory.
```
In scope of this PR we prepared fix for this issue.
Related issue: [#1473](https://github.com/actions/virtual-environments-internal/issues/1473)
al-cheb
(Migrated from github.com)
approved these changes 2020-11-17 22:11:13 +05:00
maxim-lobanov
(Migrated from github.com)
approved these changes 2020-11-17 22:37:17 +05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
PowerShell 7.1.0 introduces breaking changes that affect relative paths. Node packages generation fails with the following error:
In scope of this PR we prepared fix for this issue.
Related issue: #1473