Skip to content

Commit

Permalink
node-version上げた
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Oct 9, 2023
1 parent 66ef028 commit d897fdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
genApi:
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- run: npm run postinstall
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v2
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v2
Expand All @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit d897fdf

Please sign in to comment.