From b694f1a378d4722053ccf7597e4380d2ac911f52 Mon Sep 17 00:00:00 2001 From: Sotaneum Date: Sun, 23 Jul 2023 16:38:28 +0900 Subject: [PATCH] [support-storybook7] github action update --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91d12da..2a78a14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ jobs: - name: Prepare repository run: git fetch --unshallow --tags - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - name: Install dependencies uses: bahmutov/npm-install@v1