diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58b5ca8..457a17e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.GitHubToken }} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 - uses: kellyselden/ember-cli-update-action@v3 with: autofix_command: yarn lint:fix