Skip to content

Commit

Permalink
Use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Nov 2, 2023
1 parent 3a87c43 commit 3895bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 17
node-version: 18

- name: Install dependencies
run: yarn install
Expand All @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 17
node-version: 18

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 3895bde

Please sign in to comment.