diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69b5374..6013a5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.ECU_TOKEN }} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 - uses: kellyselden/ember-cli-update-action@v3 with: autofix_command: yarn lint:fix