diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a517e4f6..4ab2c5af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Set up Node.js environment - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 + uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: ${{ matrix.node.version }} cache: npm diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 36d6792d..215571ce 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Set up Node.js environment - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 + uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: registry-url: https://registry.npmjs.org/ node-version: lts/*