diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1df9f59..99ff15a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,6 @@ jobs: egress-policy: audit - name: Build and test - uses: myrotvorets/composite-actions/build-test-nodejs@8288ea0663fc8d341751b1a1a9b22ff115037921 + uses: myrotvorets/composite-actions/build-test-nodejs@891217d03e6cc61662f38369172e982a8014a865 with: node-version: ${{ matrix.node.version }} diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 72b2a85..721d69a 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -20,7 +20,7 @@ jobs: egress-policy: audit - name: Build and test - uses: myrotvorets/composite-actions/build-test-nodejs@8288ea0663fc8d341751b1a1a9b22ff115037921 + uses: myrotvorets/composite-actions/build-test-nodejs@891217d03e6cc61662f38369172e982a8014a865 with: node-version: lts/*