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 793ea57 commit 2e8c096Copy full SHA for 2e8c096
.github/workflows/macos.yml
@@ -22,7 +22,7 @@ jobs:
22
build:
23
strategy:
24
matrix:
25
- node-version: [20]
+ node-version: [22]
26
27
# The type of runner that the job will run on
28
runs-on: macos-12
.github/workflows/ubuntu.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
runs-on: ubuntu-22.04
.github/workflows/windows.yml
runs-on: windows-2022
0 commit comments