Uploaded March 2026 | Updated September 2026, 1 week ago
This videos shows how to use the new "trusted publishing" method of publishing NPM packages from CI, I am using GitHub Actions, but other supported CI providers should work the same. Find the full source code in the blog post glebbahmutov.com/blog/npm-publish-from-github
This videos shows how to use the new "trusted publishing" method of publishing NPM packages from CI, I am using GitHub Actions, but other supported CI providers should work the same. Find the full source code in the blog post glebbahmutov.com/blog/npm-publish-from-github






![Remove Numbers From Strings
This video shows how to take multiple elements, remove numbers from each text, trim those strings, and confirm them.
cy.get(#fruit li) // jQuery Element[]
.map(innerText) // string[]
.mapInvoke(replace, /[ds]/g, ) // string[]
.should(deep.equal, [Apples, Grapes, Kiwi])
The retryable query commands cy.map and cy.mapInvoke come from my plugin https://github.com/bahmutov/cypress-map The full example is at https://glebbahmutov.com/cypress-examples Remove Numbers From Strings](https://i.ytimg.com/vi/OXiEJDjozQo/mqdefault.jpg)



