Skip to content

Commit

Permalink
fix: update build pipeline (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek authored Jun 28, 2024
1 parent 4656873 commit e87a1ab
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 e87a1ab

Please sign in to comment.