diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9380eebc..e4fcdeed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: run: echo ::set-output name=nodeVersion::$(node -p "require('./package.json').engines.node") id: engines - name: 'Setup Node' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ steps.engines.outputs.nodeVersion }} registry-url: 'https://registry.npmjs.org'