Skip to content

chore(ci): bump actions to v5 + Node 22 (silence deprecation warnings)#24

Merged
mastermanas805 merged 1 commit into
mainfrom
chore/ci-bump-node-22
May 11, 2026
Merged

chore(ci): bump actions to v5 + Node 22 (silence deprecation warnings)#24
mastermanas805 merged 1 commit into
mainfrom
chore/ci-bump-node-22

Conversation

@mastermanas805
Copy link
Copy Markdown
Member

Closes the deprecation warning that appeared on every CI run. actions/checkout@v5 + actions/setup-node@v5 run on Node 24 by default; bumped the engines target to Node 22 LTS.

GH Actions has been emitting deprecation warnings on every CI
run:

  Node.js 20 actions are deprecated. The following actions are
  running on Node.js 20 and may not work as expected: actions/
  checkout@v4, actions/setup-node@v4.

setup-node@v5 (and checkout@v5) run on Node 24 by default; bump
the engines target to node 22 as a stable LTS that's well-tested
with both Vite and Playwright. (Local dev still works on whatever
the dev has — these versions only affect CI runners.)
@mastermanas805 mastermanas805 merged commit 43dae65 into main May 11, 2026
2 checks passed
@mastermanas805 mastermanas805 deleted the chore/ci-bump-node-22 branch May 11, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant