| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bd34410 commit b730528
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ jobs: | |||
| 14 | 14 | if: github.repository == 'nodejs/node' | |
| 15 | 15 | runs-on: ubuntu-latest | |
| 16 | 16 | steps: | |
| 17 | - - uses: actions/checkout@master | ||
| 17 | + - uses: actions/checkout@v2 | ||
| 18 | 18 | ||
| 19 | 19 | # Install dependencies | |
| 20 | 20 | - name: Install jq | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,12 +14,12 @@ env: | |||
| 14 | 14 | jobs: | |
| 15 | 15 | build-tarball: | |
| 16 | 16 | env: | |
| 17 | - PYTHON_VERSION: 3.8 | ||
| 17 | + PYTHON_VERSION: 3.9 | ||
| 18 | 18 | runs-on: ubuntu-latest | |
| 19 | 19 | steps: | |
| 20 | 20 | - uses: actions/checkout@v2 | |
| 21 | 21 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 22 | - uses: actions/setup-python@v1 | ||
| 22 | + uses: actions/setup-python@v2 | ||
| 23 | 23 | with: | |
| 24 | 24 | python-version: ${{ env.PYTHON_VERSION }} | |
| 25 | 25 | - name: Environment Information | |
@@ -39,13 +39,13 @@ jobs: | |||
| 39 | 39 | path: tarballs | |
| 40 | 40 | test-tarball-linux: | |
| 41 | 41 | env: | |
| 42 | - PYTHON_VERSION: 3.8 | ||
| 42 | + PYTHON_VERSION: 3.9 | ||
| 43 | 43 | needs: build-tarball | |
| 44 | 44 | runs-on: ubuntu-latest | |
| 45 | 45 | steps: | |
| 46 | 46 | - uses: actions/checkout@v2 | |
| 47 | 47 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 48 | - uses: actions/setup-python@v1 | ||
| 48 | + uses: actions/setup-python@v2 | ||
| 49 | 49 | with: | |
| 50 | 50 | python-version: ${{ env.PYTHON_VERSION }} | |
| 51 | 51 | - name: Environment Information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ on: | |||
| 10 | 10 | - v[0-9]+.x | |
| 11 | 11 | ||
| 12 | 12 | env: | |
| 13 | - PYTHON_VERSION: 3.8 | ||
| 13 | + PYTHON_VERSION: 3.9 | ||
| 14 | 14 | FLAKY_TESTS: dontcare | |
| 15 | 15 | ||
| 16 | 16 | jobs: | |
@@ -19,7 +19,7 @@ jobs: | |||
| 19 | 19 | steps: | |
| 20 | 20 | - uses: actions/checkout@v2 | |
| 21 | 21 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 22 | - uses: actions/setup-python@v1 | ||
| 22 | + uses: actions/setup-python@v2 | ||
| 23 | 23 | with: | |
| 24 | 24 | python-version: ${{ env.PYTHON_VERSION }} | |
| 25 | 25 | - name: Install deps | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ on: | |||
| 9 | 9 | - v[0-9]+.x | |
| 10 | 10 | ||
| 11 | 11 | env: | |
| 12 | - PYTHON_VERSION: 3.8 | ||
| 12 | + PYTHON_VERSION: 3.9 | ||
| 13 | 13 | NODE_VERSION: 10.x | |
| 14 | 14 | ||
| 15 | 15 | jobs: | |
@@ -30,7 +30,7 @@ jobs: | |||
| 30 | 30 | steps: | |
| 31 | 31 | - uses: actions/checkout@v2 | |
| 32 | 32 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 33 | - uses: actions/setup-python@v1 | ||
| 33 | + uses: actions/setup-python@v2 | ||
| 34 | 34 | with: | |
| 35 | 35 | python-version: ${{ env.PYTHON_VERSION }} | |
| 36 | 36 | - name: Environment Information | |
@@ -68,7 +68,7 @@ jobs: | |||
| 68 | 68 | steps: | |
| 69 | 69 | - uses: actions/checkout@v2 | |
| 70 | 70 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 71 | - uses: actions/setup-python@v1 | ||
| 71 | + uses: actions/setup-python@v2 | ||
| 72 | 72 | with: | |
| 73 | 73 | python-version: ${{ env.PYTHON_VERSION }} | |
| 74 | 74 | - name: Environment Information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ on: | |||
| 14 | 14 | - 'doc/**' | |
| 15 | 15 | ||
| 16 | 16 | env: | |
| 17 | - PYTHON_VERSION: 3.8 | ||
| 17 | + PYTHON_VERSION: 3.9 | ||
| 18 | 18 | FLAKY_TESTS: dontcare | |
| 19 | 19 | ||
| 20 | 20 | jobs: | |
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | steps: | |
| 29 | 29 | - uses: actions/checkout@v2 | |
| 30 | 30 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 31 | - uses: actions/setup-python@v1 | ||
| 31 | + uses: actions/setup-python@v2 | ||
| 32 | 32 | with: | |
| 33 | 33 | python-version: ${{ env.PYTHON_VERSION }} | |
| 34 | 34 | - name: Environment Information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ on: | |||
| 10 | 10 | - v[0-9]+.x | |
| 11 | 11 | ||
| 12 | 12 | env: | |
| 13 | - PYTHON_VERSION: 3.8 | ||
| 13 | + PYTHON_VERSION: 3.9 | ||
| 14 | 14 | FLAKY_TESTS: dontcare | |
| 15 | 15 | ||
| 16 | 16 | jobs: | |
@@ -19,7 +19,7 @@ jobs: | |||
| 19 | 19 | steps: | |
| 20 | 20 | - uses: actions/checkout@v2 | |
| 21 | 21 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 22 | - uses: actions/setup-python@v1 | ||
| 22 | + uses: actions/setup-python@v2 | ||
| 23 | 23 | with: | |
| 24 | 24 | python-version: ${{ env.PYTHON_VERSION }} | |
| 25 | 25 | - name: Environment Information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ on: | |||
| 10 | 10 | - v[0-9]+.x | |
| 11 | 11 | ||
| 12 | 12 | env: | |
| 13 | - PYTHON_VERSION: 3.8 | ||
| 13 | + PYTHON_VERSION: 3.9 | ||
| 14 | 14 | FLAKY_TESTS: dontcare | |
| 15 | 15 | ||
| 16 | 16 | jobs: | |
@@ -19,7 +19,7 @@ jobs: | |||
| 19 | 19 | steps: | |
| 20 | 20 | - uses: actions/checkout@v2 | |
| 21 | 21 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 22 | - uses: actions/setup-python@v1 | ||
| 22 | + uses: actions/setup-python@v2 | ||
| 23 | 23 | with: | |
| 24 | 24 | python-version: ${{ env.PYTHON_VERSION }} | |
| 25 | 25 | - name: Environment Information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,7 @@ | |||
| 5 | 5 | # as is the fact that the ] goes on a new line. | |
| 6 | 6 | _=[ 'exec' '/bin/sh' '-c' ''' | |
| 7 | 7 | test ${FORCE_PYTHON2} && exec python2 "$0" "$@" # workaround for gclient | |
| 8 | + command -v python3.9 >/dev/null && exec python3.9 "$0" "$@" | ||
| 8 | 9 | command -v python3.8 >/dev/null && exec python3.8 "$0" "$@" | |
| 9 | 10 | command -v python3.7 >/dev/null && exec python3.7 "$0" "$@" | |
| 10 | 11 | command -v python3.6 >/dev/null && exec python3.6 "$0" "$@" | |
@@ -19,7 +20,7 @@ import sys | |||
| 19 | 20 | from distutils.spawn import find_executable | |
| 20 | 21 | ||
| 21 | 22 | print('Node.js configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info)) | |
| 22 | - acceptable_pythons = ((3, 8), (3, 7), (3, 6), (3, 5), (2, 7)) | ||
| 23 | + acceptable_pythons = ((3, 9), (3, 8), (3, 7), (3, 6), (3, 5), (2, 7)) | ||
| 23 | 24 | if sys.version_info[:2] in acceptable_pythons: | |
| 24 | 25 | import configure | |
| 25 | 26 | else: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments