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 5cfc0f4 commit 5d3e194Copy full SHA for 5d3e194
.github/workflows/build.yml
@@ -38,9 +38,9 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- os: [ubuntu-latest, macos-14, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
42
# See https://github.com/nodejs/release#release-schedule
43
- node-version: [20.x, 22.x, 24.x]
+ node-version: [20, 22, 24]
44
45
steps:
46
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments