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 f11cb5b commit 692bf8aCopy full SHA for 692bf8a
1 file changed
.github/workflows/ci.yml
@@ -16,19 +16,19 @@ jobs:
16
include:
17
- name: macOS
18
os: macos-latest
19
- node_version: '18'
+ node_version: '22'
20
only_minspec: false
21
- name: Linux
22
os: ubuntu-22.04
23
24
25
- name: LinuxMinspec
26
27
28
only_minspec: true
29
- name: Windows
30
os: windows-latest
31
32
33
name: ${{ matrix.name }}
34
runs-on: ${{ matrix.os }}
0 commit comments