Release v1.0.5: bump CI to Node 24 and latest action majors

- actions/checkout v4 -> v6
- actions/setup-node v4 -> v6 (Node 20 -> 24 LTS)
- softprops/action-gh-release v2 -> v3

Clears the Node.js 20 deprecation warning that CI was emitting.
This commit is contained in:
lemon07r
2026-04-17 04:09:44 -04:00
parent 70e059a343
commit 422a204154
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -25,9 +25,9 @@ jobs:
bun-version: latest
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: "20"
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Verify tag matches package.json version
@@ -83,7 +83,7 @@ jobs:
cat CHANGELOG_RELEASE.md
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
name: ${{ github.ref_name }}
body_path: CHANGELOG_RELEASE.md