We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2599b35 commit 360fd89Copy full SHA for 360fd89
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
matrix:
31
config:
32
# PRs only check the newest and oldest Node versions.
33
- # macOS is never checked in PR, as that resource is limited.
+ # macOS only ever checks the neest and oldest Node versions, but never in PR runs.
34
- os: ubuntu-latest
35
node-version: '24'
36
bundle: true
0 commit comments