Skip to content

Commit 16b33ef

Browse files
NullVoxPopuliknownasilya
authored andcommitted
We don't need to test against different node versions as we have no build behavior
1 parent 89c4041 commit 16b33ef

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ jobs:
3030
matrix:
3131
os: [ubuntu-latest]
3232
browser: [chrome, firefox]
33-
node: ['16', '18']
3433

3534
steps:
3635
- uses: actions/checkout@v4
3736
with:
3837
fetch-depth: 1
3938
- uses: wyvox/action-setup-pnpm@v3
40-
with:
41-
node-version: ${{ matrix.node }}
4239
- name: Test
4340
run: pnpm test:ember --launch ${{ matrix.browser }}
4441
working-directory: test-app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"release-it": "^16.1.5"
1818
},
1919
"volta": {
20-
"node": "16.20.2",
20+
"node": "20.10.0",
2121
"pnpm": "8.10.0"
2222
},
2323
"publishConfig": {

0 commit comments

Comments
 (0)