From 43dbe0452016795cefe1595cfb94fa184cae6718 Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Mon, 13 May 2024 14:01:57 +0930 Subject: [PATCH] Tweak docs deployment workflow - use Node 18 --- .github/workflows/deploy_storybook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_storybook.yml b/.github/workflows/deploy_storybook.yml index 3d2953c46..189fbae09 100644 --- a/.github/workflows/deploy_storybook.yml +++ b/.github/workflows/deploy_storybook.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: npm - name: Install dependencies