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 25, 2024
1 parent 3225b36 commit ef35050
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 @@ -32,7 +32,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 @@ -76,7 +76,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 @@ -117,7 +117,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 ef35050

Please sign in to comment.