From 848c3906b3553e94cbbb8748bac46c8951a6f40e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 27 Aug 2025 11:30:55 -0700 Subject: [PATCH] Update npm-build.yml --- .github/workflows/npm-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-build.yml b/.github/workflows/npm-build.yml index cc230c6..74f95f0 100644 --- a/.github/workflows/npm-build.yml +++ b/.github/workflows/npm-build.yml @@ -1,9 +1,9 @@ on: workflow_call jobs: - build-push: + npm-build-push: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} - uses: actions/setup-node@v4