Skip to content

Commit

Permalink
chore: Bump node-version from v18 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Sep 26, 2024
1 parent 26fa8a2 commit 219894f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- run: yarn install
- name: Database setup
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- run: yarn install
- name: Run Standard
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- run: yarn install
- name: Run markdownlint
Expand Down

0 comments on commit 219894f

Please sign in to comment.