diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0b71f57f..46bce9c2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: latest registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index e0c46298..feca2d64 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Setup node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: latest registry-url: https://registry.npmjs.org/