Skip to content

Commit 820a0b9

Browse files
authored
Revert to node 14 until we update the base image
1 parent 778cd7f commit 820a0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
npm test
4646
- name: Run Docker E2E tests
4747
if: ${{matrix.os == 'ubuntu-latest'}}
48-
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${{matrix.node}}"
48+
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} 14"
4949
- name: Run Electron e2e test subpackage
5050
uses: GabrielBB/xvfb-action@v1
5151
with:

0 commit comments

Comments
 (0)