3939 if : steps.changes.outputs.everything_but_markdown == 'true'
4040 uses : ./.github/actions/install-dependencies
4141 with :
42- node-version : 20.11.1
42+ node-version : 20
4343 turbo-api : ${{ secrets.TURBO_API }}
4444 turbo-team : ${{ secrets.TURBO_TEAM }}
4545 turbo-token : ${{ secrets.TURBO_TOKEN }}
4949 if : steps.changes.outputs.everything_but_markdown == 'true'
5050 uses : ./.github/actions/run-c3-e2e
5151 with :
52- node-version : 20.11.1
52+ node-version : 20
5353 packageManager : ${{ matrix.pm.name }}
5454 packageManagerVersion : ${{ matrix.pm.version }}
5555 quarantine : false
6161 if : steps.changes.outputs.everything_but_markdown == 'true'
6262 uses : ./.github/actions/run-c3-e2e
6363 with :
64- node-version : 20.11.1
64+ node-version : 20
6565 packageManager : ${{ matrix.pm.name }}
6666 packageManagerVersion : ${{ matrix.pm.version }}
6767 quarantine : false
@@ -101,7 +101,7 @@ jobs:
101101 if : steps.changes.outputs.everything_but_markdown == 'true'
102102 uses : ./.github/actions/install-dependencies
103103 with :
104- node-version : 20.11.1
104+ node-version : 20
105105 turbo-api : ${{ secrets.TURBO_API }}
106106 turbo-team : ${{ secrets.TURBO_TEAM }}
107107 turbo-token : ${{ secrets.TURBO_TOKEN }}
@@ -111,7 +111,7 @@ jobs:
111111 if : steps.changes.outputs.everything_but_markdown == 'true'
112112 uses : ./.github/actions/run-c3-e2e
113113 with :
114- node-version : 20.11.1
114+ node-version : 20
115115 packageManager : ${{ matrix.pm.name }}
116116 packageManagerVersion : ${{ matrix.pm.version }}
117117 quarantine : false
@@ -123,7 +123,7 @@ jobs:
123123 if : steps.changes.outputs.everything_but_markdown == 'true'
124124 uses : ./.github/actions/run-c3-e2e
125125 with :
126- node-version : 20.11.1
126+ node-version : 20
127127 packageManager : ${{ matrix.pm.name }}
128128 packageManagerVersion : ${{ matrix.pm.version }}
129129 quarantine : false
0 commit comments