From d9c59ed612a881fd5753df7282b90e555f2c46c1 Mon Sep 17 00:00:00 2001 From: Mathis Hofer Date: Thu, 11 Jan 2024 16:07:17 +0100 Subject: [PATCH] Use Node 20 in GitHub Actions workflows --- .github/workflows/bom.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/storybook.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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