[actions] allow nvm to be installed

Jordan Harband 2022-12-26 13:22:07 -08:00
parent 552db40622
commit a60ac08a80
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
2 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
with: with:
allowed-endpoints: allowed-endpoints:
github.com:443 github.com:443
raw.githubusercontent.com:443
iojs.org:443 iojs.org:443
nodejs.org:443 nodejs.org:443
registry.npmjs.org:443 registry.npmjs.org:443

View File

@ -12,6 +12,7 @@ jobs:
with: with:
allowed-endpoints: allowed-endpoints:
github.com:443 github.com:443
raw.githubusercontent.com:443
nodejs.org:443 nodejs.org:443
registry.npmjs.org:443 registry.npmjs.org:443
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -31,6 +32,7 @@ jobs:
allowed-endpoints: allowed-endpoints:
ghcr.io:443 ghcr.io:443
github.com:443 github.com:443
raw.githubusercontent.com:443
pkg-containers.githubusercontent.com:443 pkg-containers.githubusercontent.com:443
nodejs.org:443 nodejs.org:443
registry.npmjs.org:443 registry.npmjs.org:443
@ -50,6 +52,7 @@ jobs:
with: with:
allowed-endpoints: allowed-endpoints:
github.com:443 github.com:443
raw.githubusercontent.com:443
nodejs.org:443 nodejs.org:443
registry.npmjs.org:443 registry.npmjs.org:443
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -68,6 +71,7 @@ jobs:
with: with:
allowed-endpoints: allowed-endpoints:
github.com:443 github.com:443
raw.githubusercontent.com:443
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: check tests filenames - name: check tests filenames
run: ./rename_test.sh --check run: ./rename_test.sh --check