Skip to content

Commit 4a9b0ee

Browse files
authored
fix: asdf global is now deprecated (#197)
Like #196, try to fix the CI. Signed-off-by: D4ryl00 <[email protected]>
1 parent 5c2b1af commit 4a9b0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Set nodejs as global exec
4646
run: |
47-
asdf global nodejs ${{ env.node_version }}
47+
asdf set -u nodejs ${{ env.node_version }}
4848
4949
- name: Cache go modules
5050
uses: actions/cache@v4

0 commit comments

Comments
 (0)