mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-22 14:04:44 +00:00
update readme
This commit is contained in:
parent
e215578cb0
commit
40f85c8c97
6 changed files with 21 additions and 35 deletions
6
.github/workflows/proxy.yml
vendored
6
.github/workflows/proxy.yml
vendored
|
@ -30,12 +30,12 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Clear tool cache
|
||||
run: rm -rf $RUNNER_TOOL_CACHE/*
|
||||
- name: Setup node 10
|
||||
- name: Setup node 14
|
||||
uses: ./
|
||||
with:
|
||||
node-version: 10.x
|
||||
node-version: 14.x
|
||||
- name: Verify node and npm
|
||||
run: __tests__/verify-node.sh 10
|
||||
run: __tests__/verify-node.sh 14
|
||||
|
||||
test-bypass-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue