diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bfd92ee..c816687 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -25,6 +25,8 @@ jobs: sudo -u postgres createdb --owner=$PGUSERNAME $PGDATABASE - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 + with: + version: 'latest' # Use the official setup-node action (sets up Node.js): # https://github.com/actions/setup-node