We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1206a82 commit a37f186Copy full SHA for a37f186
.github/workflows/tests.yml
@@ -8,13 +8,13 @@ jobs:
8
fail-fast: false
9
max-parallel: 15
10
matrix:
11
- node: [12.x, 14.x, 16.x]
12
- python: ["3.6", "3.8", "3.10"]
+ node: [14.x, 16.x, 18.x]
+ python: ["3.7", "3.8", "3.10"]
13
os: [macos-latest, ubuntu-latest, windows-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: Checkout Repository
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
- name: Use Node.js ${{ matrix.node }}
19
uses: actions/setup-node@v3
20
with:
0 commit comments