Skip to content

Commit

Permalink
We don't need to test against different node versions as we have no b…
Browse files Browse the repository at this point in the history
…uild behavior
  • Loading branch information
NullVoxPopuli authored and knownasilya committed Dec 28, 2023
1 parent 89c4041 commit 16b33ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ jobs:
matrix:
os: [ubuntu-latest]
browser: [chrome, firefox]
node: ['16', '18']

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: ${{ matrix.node }}
- name: Test
run: pnpm test:ember --launch ${{ matrix.browser }}
working-directory: test-app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"release-it": "^16.1.5"
},
"volta": {
"node": "16.20.2",
"node": "20.10.0",
"pnpm": "8.10.0"
},
"publishConfig": {
Expand Down

0 comments on commit 16b33ef

Please sign in to comment.