Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 8ec4e0e

Browse files
authored
fix(generate-page-preview-image): nuxtは14でしかビルドできなかった (#207)
1 parent 520bbf0 commit 8ec4e0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate-page-preview-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- uses: actions/setup-node@v2
3131
with:
32-
node-version: 16
32+
node-version: 14
3333

3434
- name: Get yarn cache directory path
3535
id: yarn-cache-dir-path
@@ -65,7 +65,6 @@ jobs:
6565
working-directory: ./content/.github/gen-page-preview/
6666
run: |
6767
yarn
68-
npm install -D @playwright/test
6968
7069
- name: Generate page screenshots
7170
working-directory: ./content/.github/gen-page-preview/

0 commit comments

Comments
 (0)