Skip to content

Commit

Permalink
ci: Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
cogor committed Jul 29, 2024
1 parent 463297e commit 5a4ccef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Build docs
env:
BASE_URL: /bootsman-ui-shadcn/
run: npm run story:build
run: pnpm story:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -50,7 +50,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5a4ccef

Please sign in to comment.