Skip to content

Commit

Permalink
chore: Update Nu to v0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 18, 2023
1 parent 1f71d0f commit d4fd142
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.6
with:
version: 0.85
version: 0.86

- name: Publish to NPM
run: nu nu/npm.nu each
Expand All @@ -54,7 +54,7 @@ jobs:

- uses: hustcer/setup-nu@v3.6
with:
version: 0.85
version: 0.86

- name: Publish the base package
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion nu/common.nu
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export def 'hr-line' [
# Check nushell version and notify user to upgrade it
export def 'check_nushell' [] {

let MIN_NU_VER = '0.85.0'
let MIN_NU_VER = '0.86.0'

let currentNu = (version).version
if (is-lower-ver $currentNu $MIN_NU_VER) {
Expand Down

0 comments on commit d4fd142

Please sign in to comment.