Skip to content

chore: upgrade from deprecated gh action node version#113

Open
fedellen wants to merge 2 commits into
mainfrom
chore/git-action-node-bumps
Open

chore: upgrade from deprecated gh action node version#113
fedellen wants to merge 2 commits into
mainfrom
chore/git-action-node-bumps

Conversation

@fedellen
Copy link
Copy Markdown
Contributor

No description provided.

@fedellen fedellen requested a review from a team as a code owner May 27, 2026 18:12
@fedellen fedellen self-assigned this May 27, 2026
@fedellen fedellen requested a review from Copilot May 27, 2026 18:33
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflows to move off deprecated Node/action runtimes by bumping the actions/checkout and actions/setup-node action versions and raising the Node.js version used in CI jobs.

Changes:

  • Bump actions/checkout from v4 to v6 in PR preview and deploy workflows.
  • Bump actions/setup-node from v4 to v6 and update node-version from 20.x to 24.x.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/pr-preview.yaml Updates action versions and raises Node.js version used for lint/build in PR preview jobs.
.github/workflows/deploy-to-arweave.yaml Updates action versions and raises Node.js version used for lint/build in deploy pipeline jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/pr-preview.yaml
Comment on lines 40 to 44
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "20.x"
node-version: "24.x"
cache: "yarn"
Comment on lines 33 to 37
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "20.x"
node-version: "24.x"
cache: "yarn"
Comment on lines 53 to 57
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "20.x"
node-version: "24.x"
cache: "yarn"
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.

2 participants