Skip to content

Commit

Permalink
fix: update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Jun 27, 2024
1 parent 4656873 commit 1b28b3f
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]
node-version: [18.x, 20.x, 21.x, 22.x]
steps:
- uses: actions/checkout@v2

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

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

- name: 🔨 Build
run: yarn build
Expand Down

0 comments on commit 1b28b3f

Please sign in to comment.