We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b929e2 commit ad03285Copy full SHA for ad03285
1 file changed
.github/workflows/ci.yml
@@ -76,12 +76,12 @@ jobs:
76
- uses: actions/checkout@v3
77
with:
78
ref: ${{ github.head_ref }}
79
- token: ${{ secrets.GitHubToken }}
+
80
- uses: actions/setup-node@v3
81
82
node-version: 14
83
84
- - uses: kellyselden/ember-cli-update-action@v3
+ - uses: kellyselden/ember-cli-update-action@v5
85
86
autofix_command: npm run lint -- --fix
87
ignore_to: true
0 commit comments