diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index cc33a1a1..0b0f49fc 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -25,7 +25,7 @@ jobs: # - run: npm version patch -m "[RELEASE] %s" # - run: git push # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "18.x" registry-url: "https://registry.npmjs.org"