diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a684b44..26668ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,9 @@ jobs: another-job: runs-on: ubuntu-latest steps: - - uses: yanhao98/composite-actions/setup-node-pnpm-install@main - - run: | + - uses: yanhao98/composite-actions/setup-node-pnpm-install@b405146d7a0f29731128935fdfec0be07a9c7e99 + - name: Check Node and PNPM versions + run: | node --version pnpm --version date \ No newline at end of file