diff --git a/.github/workflows/storybook-netlify.yml b/.github/workflows/storybook-netlify.yml index 365d6fe..5c299af 100644 --- a/.github/workflows/storybook-netlify.yml +++ b/.github/workflows/storybook-netlify.yml @@ -28,14 +28,14 @@ jobs: with: access_token: ${{ github.token }} - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - version: 16.x + version: 18.x - uses: pnpm/action-setup@v2 with: - version: 8.2.0 + version: 9.0.6 - name: Build Storybook run: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a094791..d97afb2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,10 +20,10 @@ jobs: with: access_token: ${{ github.token }} - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - version: 16.x + version: 18.x - uses: pnpm/action-setup@v2 with: