Skip to content

Commit

Permalink
fix(CI): update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCoolNowRight committed Sep 19, 2024
1 parent 8bd0944 commit 574bc43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Storybook
on:
workflow_call:

jobs:
jobs:
build-storybook:
name: Build Storybook
runs-on: ubuntu-latest
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.17.x
node-version: 18.20.x
- name: Build
run: |
yarn install
Expand All @@ -21,4 +21,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./packages/apps/lightning-ui-docs/storybook-static
publish_dir: ./packages/apps/lightning-ui-docs/storybook-static
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.17.x
node-version: 18.20.x
cache: 'yarn'
- name: Run tests
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.17.x
node-version: 18.20.x
cache: 'yarn'
- name: Test build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.17.x
node-version: 18.20.0
cache: 'yarn'
- name: Install Dependencies
run: yarn install
Expand Down

0 comments on commit 574bc43

Please sign in to comment.