update readme

This commit is contained in:
Maxim Lobanov
2021-06-30 15:07:45 +03:00
parent e215578cb0
commit 40f85c8c97
6 changed files with 21 additions and 35 deletions

View File

@ -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