Skip to content

Commit 6d32665

Browse files
committed
Just node 12.x. 10 and 11 are too old
1 parent aa07b55 commit 6d32665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

โ€Ž.github/workflows/test-library.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ jobs:
698698
strategy:
699699
matrix:
700700
os: [ubuntu-24.04, windows-latest, macOS-latest]
701-
node: ['10.x', '11.x', '12.x']
701+
node: ['12.x']
702702
# max-parallel: 4
703703
fail-fast: false
704704
steps:
@@ -725,7 +725,7 @@ jobs:
725725
726726
developer:
727727
runs-on: ${{ matrix.os }}
728-
name: ๐Ÿง‘โ€๐Ÿ’ป ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ‘จโ€๐Ÿ’ป Developer setup ${{ matrix.node }} @ ${{ matrix.os }}
728+
name: ๐Ÿง‘โ€๐Ÿ’ป ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ‘จโ€๐Ÿ’ป Developer setup ${{ matrix.python }} @ ${{ matrix.os }}
729729
strategy:
730730
matrix:
731731
os: [ubuntu-24.04, macOS-latest]
@@ -1049,7 +1049,7 @@ jobs:
10491049
uses: pypa/gh-action-pypi-publish@release/v1
10501050
with:
10511051
password: ${{ secrets.TESTPYPI_API_TOKEN }}
1052-
repository_url: https://test.pypi.org/legacy/
1052+
repository-url: https://test.pypi.org/legacy/
10531053
10541054
post-release-repo-update:
10551055
name: >-

0 commit comments

Comments
ย (0)