From c2e9ba07e68b5170f8707defc1bd73554efa0547 Mon Sep 17 00:00:00 2001 From: hustcer Date: Sat, 19 Oct 2024 14:09:51 +0800 Subject: [PATCH] deps: Use latest version of Nu --- .github/workflows/npm-release.yml | 4 ++-- .github/workflows/sync-base.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 5186432..edb0a73 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -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 @@ -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 diff --git a/.github/workflows/sync-base.yml b/.github/workflows/sync-base.yml index 1685dbb..3ced1bd 100644 --- a/.github/workflows/sync-base.yml +++ b/.github/workflows/sync-base.yml @@ -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