diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 70dc00a..f974151 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -18,7 +18,7 @@ jobs: uses: ./.github/actions/install-dependencies - name: Setup .npmrc file - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: registry-url: 'https://registry.npmjs.org'