diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c749558..e9437751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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