Skip to content

Commit

Permalink
drop matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Jun 24, 2024
1 parent 0d50d91 commit d38f634
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20.x
cache: 'yarn'

- run: yarn --frozen-lockfile
Expand Down

0 comments on commit d38f634

Please sign in to comment.