diff --git a/.github/workflows/couchdb.yml b/.github/workflows/couchdb.yml index 41616e9a..2bae46c1 100644 --- a/.github/workflows/couchdb.yml +++ b/.github/workflows/couchdb.yml @@ -29,7 +29,7 @@ jobs: curl http://localhost:5984/ - name: Setup Node.js environment - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version-file: ".nvmrc" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8cc9f284..05b53bab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: ${{ runner.OS }}- - name: Setup Node.js environment - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version-file: ".nvmrc" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb6f331c..4c5c0268 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: ${{ runner.OS }}- - name: Setup Node.js environment - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version-file: ".nvmrc"