mirror of
https://github.com/lemon07r/opencode-kimi-full.git
synced 2026-06-02 06:14:16 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user