Skip to content

Commit

Permalink
chore: update versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Jan 7, 2025
1 parent 909d692 commit 39617cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
31 changes: 14 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
with:
node-version: 14.x
node-version: 22.x
yarn-version: 1.x

- run: yarn install --frozen-lockfile --non-interactive
Expand All @@ -30,10 +30,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
with:
node-version: 14.x
node-version: 22.x
yarn-version: 1.x
- run: yarn install --frozen-lockfile --non-interactive
- run: yarn build
Expand All @@ -50,17 +50,17 @@ jobs:
fail-fast: true
matrix:
ember-try-scenario:
- ember-3.27
- ember-4.12
- ember-release
- ember-beta
- ember-canary
- ember-embroider

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
with:
node-version: 14.x
node-version: 22.x
yarn-version: 1.x
- run: yarn install --frozen-lockfile --non-interactive
- run: yarn build
Expand All @@ -77,18 +77,15 @@ jobs:
fail-fast: true
matrix:
typescript:
- typescript@~4.5.0
- typescript@~4.6.0
- typescript@~4.7.0
- typescript@~4.8.0
- typescript@~4.9.0
- typescript@~5.6.0
- typescript@next

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
with:
node-version: 14.x
node-version: 22.x
yarn-version: 1.x
- run: yarn install --frozen-lockfile --non-interactive
- run: yarn build
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = async function () {

scenarios: [
{
name: 'ember-3.27',
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~3.27.1'
'ember-source': '~4.12.0',

Check failure on line 15 in packages/test-app/config/ember-try.js

View workflow job for this annotation

GitHub Actions / Linting

Delete `,`
}
}
},
Expand Down

0 comments on commit 39617cc

Please sign in to comment.