Skip to content

Commit

Permalink
Kitchen sink example
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarParra committed Jun 1, 2024
1 parent 305836c commit 261ed7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit 261ed7f

Please sign in to comment.