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 3785836 commit 8802d67Copy full SHA for 8802d67
1 file changed
.github/workflows/build.yml
@@ -101,7 +101,12 @@ jobs:
101
nodejs:
102
- 20
103
- 22
104
- - 24
+ - 24
105
+ exclude:
106
+ # Node 22.22.2 ships broken npm missing promise-retry, preventing
107
+ # upgrade to npm 11. See: https://github.com/npm/cli/issues/9151
108
+ - nodejs: 22
109
+ npm: 11
110
steps:
111
- uses: actions/checkout@v6
112
- uses: actions/setup-python@v6
@@ -137,6 +142,11 @@ jobs:
137
142
138
143
139
144
- 24
145
146
147
148
149
140
150
141
151
152
0 commit comments