Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-tarball.yml4
-rw-r--r--.github/workflows/build-windows.yml2
-rw-r--r--.github/workflows/coverage-linux.yml2
-rw-r--r--.github/workflows/coverage-windows.yml2
-rw-r--r--.github/workflows/linters.yml2
-rw-r--r--.github/workflows/test-asan.yml2
-rw-r--r--.github/workflows/test-internet.yml2
-rw-r--r--.github/workflows/test-linux.yml2
-rw-r--r--.github/workflows/test-macos.yml2
9 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml
index 0e70aaaa5cd..7f96504f781 100644
--- a/.github/workflows/build-tarball.yml
+++ b/.github/workflows/build-tarball.yml
@@ -27,7 +27,7 @@ jobs:
build-tarball:
if: github.event.pull_request.draft == false
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -52,7 +52,7 @@ jobs:
path: tarballs
test-tarball-linux:
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
needs: build-tarball
runs-on: ubuntu-latest
steps:
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index d489de708d1..e6fd0a4b92f 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -12,7 +12,7 @@ on:
- v[0-9]+.x
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs:
diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml
index 59a758ebdfc..e322e764840 100644
--- a/.github/workflows/coverage-linux.yml
+++ b/.github/workflows/coverage-linux.yml
@@ -19,7 +19,7 @@ on:
- 'doc/**'
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs:
diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml
index 0f0072bfe6c..4473eb9bd74 100644
--- a/.github/workflows/coverage-windows.yml
+++ b/.github/workflows/coverage-windows.yml
@@ -21,7 +21,7 @@ on:
- 'tools/**'
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs:
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 2694e07ab3c..131d220562a 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -11,7 +11,7 @@ on:
- v[0-9]+.x
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
NODE_VERSION: lts/*
jobs:
diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml
index 8745f5eb4c0..021747ace19 100644
--- a/.github/workflows/test-asan.yml
+++ b/.github/workflows/test-asan.yml
@@ -22,7 +22,7 @@ on:
- 'doc/**'
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs:
diff --git a/.github/workflows/test-internet.yml b/.github/workflows/test-internet.yml
index 8d2ba377d3c..44757dd2872 100644
--- a/.github/workflows/test-internet.yml
+++ b/.github/workflows/test-internet.yml
@@ -20,7 +20,7 @@ on:
- test/internet/**
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs:
diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml
index 07e871bd07d..01227a0ff92 100644
--- a/.github/workflows/test-linux.yml
+++ b/.github/workflows/test-linux.yml
@@ -12,7 +12,7 @@ on:
- v[0-9]+.x
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs:
diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml
index a099a25285c..6c5e3ab310c 100644
--- a/.github/workflows/test-macos.yml
+++ b/.github/workflows/test-macos.yml
@@ -22,7 +22,7 @@ on:
- 'doc/**'
env:
- PYTHON_VERSION: 3.9
+ PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs: