Skip to content

Commit

Permalink
ci: update Node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Dec 24, 2024
1 parent 853be7e commit 645b4f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
REACT_DIST: [18, 19]
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: 'npm'
- run: yarn
- run: yarn add react@${{ matrix.REACT_DIST }} react-dom@${{ matrix.REACT_DIST }}
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
steps:
- uses: styfle/[email protected]
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: 'npm'
- run: yarn
- run: yarn build
Expand Down

0 comments on commit 645b4f5

Please sign in to comment.