We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0622f commit 5ffcfbaCopy full SHA for 5ffcfba
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
node: [20, 22, 24]
18
fail-fast: false
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
20
steps:
21
- name: Install Dependencies for Ubuntu
22
run: sudo apt-get update && sudo apt-get install -y software-properties-common git build-essential clang libssl-dev libkrb5-dev libc++-dev wget zlib1g-dev
@@ -37,7 +37,7 @@ jobs:
37
38
- uses: actions/setup-python@v5
39
with:
40
- python-version: "3.6"
+ python-version: "3.11"
41
42
- name: Use Node.js
43
uses: actions/setup-node@v4
@@ -124,6 +124,9 @@ jobs:
124
125
126
arch: [x86, x64]
127
+ exclude:
128
+ - node: 24
129
+ arch: x86
130
131
runs-on: windows-2019
132
0 commit comments