perspective icon indicating copy to clipboard operation
perspective copied to clipboard

Bump github actions to use newer node

Open timkpaine opened this issue 1 year ago • 1 comments

We are currently using some older GitHub actions that raise deprecation warnings, to avoid disruption to CI this PR upgrades them to newer versions.

Screenshot 2024-05-16 at 09 20 53

This PR also limits the node upper bound to 22 to avoid the assert { type: "json" } / with { type: "json" } change (proposal here https://github.com/tc39/proposal-import-attributes/pull/131 ) which affects Node 22.

timkpaine avatar May 16 '24 13:05 timkpaine

I've cherry-picked this into #2623, as this needs rebasing and a new set of branch protections for the new box names, closing.

texodus avatar May 19 '24 05:05 texodus