Skip to content

Commit

Permalink
Merge pull request #585 from embroider-build/testingci
Browse files Browse the repository at this point in the history
Update ci
  • Loading branch information
ef4 authored Jul 13, 2023
2 parents b9abf29 + 0a5a3b0 commit 843ed86
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 32 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v1
- uses: volta-cli/action@v4
with:
node-version: '14'
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v1
- uses: volta-cli/action@v4
with:
node-version: '14'
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v1
- uses: volta-cli/action@v4
with:
node-version: '14'
node-version: '16'
- uses: actions/cache@v3
with:
path: ~/.npm
Expand All @@ -73,22 +73,3 @@ jobs:
- name: test
run: npm run test:node
working-directory: packages/ember-auto-import

# ie:
# name: ie11 safety
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v1
# - uses: volta-cli/action@v4
# with:
# node-version: '14'
# - uses: actions/cache@v3
# with:
# path: ~/.npm
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.os }}-node-
# - run: npm install
# - name: test
# run: 'npm run test -- --filter browser-targets-transpiled:'
# working-directory: test-scenarios
Loading

0 comments on commit 843ed86

Please sign in to comment.