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 6d6f01a commit 439b981Copy full SHA for 439b981
.github/workflows/dev.yml
@@ -32,7 +32,7 @@ jobs:
32
fail-fast: false
33
matrix:
34
node: [10, 12, 14, 16, 18, 20, 22, 24]
35
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-13]
36
37
steps:
38
- name: Clone repository
0 commit comments