Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v5
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
retention-days: 7

# Notes on action versions:
# - actions/checkout@v5 and actions/setup-node@v5 use Node.js 24, addressing
# - actions/checkout@v6 and actions/setup-node@v5 use Node.js 24, addressing
# the September 2025 Node 20 deprecation warning.
# - actions/upload-artifact remains on v4 (the current major; v5 isn't out as
# of this write). It runs on Node 20 internally — when v5 ships supporting
Expand Down
Loading