Skip to content

Commit

Permalink
deps: Use latest version of Nu
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 19, 2024
1 parent 98c88df commit c2e9ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: *

- name: Publish to NPM
run: nu nu/npm.nu each --sync
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

- uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: *

- name: Publish the base package
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: *

- name: Publish the base package
continue-on-error: true
Expand Down

0 comments on commit c2e9ba0

Please sign in to comment.