Skip to content

Commit 4f8b93d

Browse files
committed
fix: release file
1 parent 0e72108 commit 4f8b93d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
22+
node-version: 24
23+
cache: "yarn"
2224
fetch-depth: 0
2325
- name: Install dependencies
2426
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)