diff --git a/.github/workflows/bom.yml b/.github/workflows/bom.yml index 7fca08a..ed499b8 100644 --- a/.github/workflows/bom.yml +++ b/.github/workflows/bom.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18] + node-version: [20] steps: - name: Checkout 🛎️ diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ece8d9..6f397e9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18] + node-version: [20] steps: - name: Checkout 🛎️ diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index cb3857d..448b6dd 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18] + node-version: [20] steps: - name: Checkout 🛎️ @@ -30,7 +30,7 @@ jobs: npm run build-storybook - name: Deploy Storybook 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.0 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages folder: storybook-static