diff --git a/.github/workflows/npm-build.yaml b/.github/workflows/npm-build.yaml index ea9bad2c..6c8d26f2 100644 --- a/.github/workflows/npm-build.yaml +++ b/.github/workflows/npm-build.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: "npm"