Skip to content

Commit

Permalink
actions: remove matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroJorge148 committed Sep 11, 2024
1 parent 2c69c14 commit dfd8ef4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
build:
name: 'Build and Push'
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18, 20]

steps:
- uses: actions/checkout@v4
Expand All @@ -22,10 +19,10 @@ jobs:
version: 9
run_install: false

- name: Setup node | ${{ matrix.node }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 20
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit dfd8ef4

Please sign in to comment.