diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cefeec0..bf39655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: wyvox/action-setup-pnpm@v2 + - uses: wyvox/action-setup-pnpm@v3 with: node-version: 16 - run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup