Skip to content

Commit e5bc274

Browse files
committed
Fix workflow
Signed-off-by: Luciano Resende <[email protected]>
1 parent fd0d150 commit e5bc274

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ jobs:
9090
name: Test
9191
needs: prepare-yarn-cache
9292
runs-on: ubuntu-latest
93-
strategy:
94-
matrix:
95-
node-version: ${{ env.NODE_VERSION }}
9693
steps:
9794
- uses: actions/checkout@v4
9895
- uses: actions/setup-node@v4
@@ -106,9 +103,6 @@ jobs:
106103
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
107104
- name: Install
108105
run: yarn install
109-
- uses: actions/setup-node@v4
110-
with:
111-
node-version: ${{ matrix.node-version }}
112106
- name: Build
113107
run: yarn build
114108
- name: Test

0 commit comments

Comments
 (0)