mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-06 20:31:10 +00:00
.
This commit is contained in:
parent
49557caa2c
commit
e9ee86ba96
2 changed files with 3 additions and 15 deletions
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
node-version: 10.x
|
||||
|
||||
- name: Verify node and npm
|
||||
run: __tests__/verify-node.sh 10 5
|
||||
run: __tests__/verify-node.sh 10
|
||||
|
||||
test-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
node-version: 10.x
|
||||
|
||||
- name: Verify node and npm
|
||||
run: __tests__/verify-node.sh 10 5
|
||||
run: __tests__/verify-node.sh 10
|
||||
|
||||
test-bypass-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -84,4 +84,4 @@ jobs:
|
|||
node-version: 10.x
|
||||
|
||||
- name: Verify node and npm
|
||||
run: __tests__/verify-node.sh 10 5
|
||||
run: __tests__/verify-node.sh 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue