Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek authored Jun 27, 2024
1 parent f69a6b8 commit a030bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x, 22.x]
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v2

Expand All @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: 📌 Install
run: yarn install --frozen-lockfile
run: yarn

- name: 🔨 Build
run: yarn build
Expand Down

0 comments on commit a030bc6

Please sign in to comment.